array woes. boo [ci skip]
This commit is contained in:
parent
f3d1afcc96
commit
dac781cb4f
1 changed files with 2 additions and 2 deletions
|
|
@ -74,9 +74,9 @@ var app = {
|
||||||
},
|
},
|
||||||
|
|
||||||
/* mixpanel wrapper function */
|
/* mixpanel wrapper function */
|
||||||
instrument : function() {
|
instrument : function(type, name, object, callback) {
|
||||||
if(!window.mixpanel) { return }
|
if(!window.mixpanel) { return }
|
||||||
window.mixpanel[arguments[0]](_.toArray(arguments).slice(1))
|
window.mixpanel[type](name, object, callback)
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue