Agen's Site on Strikingly
var _strk = _strk || []
_strk.push = function(arg1, arg2){
var _arrayPush = Array.prototype.push.bind(this)
if (typeof arg1 === 'string' && typeof arg2 === 'function') {
// Support _strk.push(event, fn) for better UX
_arrayPush([arg1, arg2])
} else {
_arrayPush.apply(this, arguments)
}
}
window.runAfterDomBinding = {
add: function(name, fn) {
_strk.push(['Page.didMount', fn])
}
}
(function() {
window.$B || (window.$B = {});
}).call(this);