chore(util) execIfExist: rm bind

This commit is contained in:
coderaiser 2014-04-08 02:58:46 -04:00
parent 0e127ed1dc
commit 0717607a07

View file

@ -838,7 +838,7 @@
* @pArg
*/
this.execIfExist = function(pObj, pName, pArg) {
var ret, bind,
var ret,
func = pObj && pObj[pName];
if (func) {