From: Lonewolf Date: Mon, 3 Mar 2014 17:34:09 +0000 (+0530) Subject: Missing argument in event function call X-Git-Tag: v5.2.0~7^2~7^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4581%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Missing argument in event function call --- diff --git a/js/foundation/foundation.tooltip.js b/js/foundation/foundation.tooltip.js index a1f31080f..2575b2c97 100644 --- a/js/foundation/foundation.tooltip.js +++ b/js/foundation/foundation.tooltip.js @@ -27,7 +27,7 @@ this.bindings(method, options); }, - events : function () { + events : function (instance) { var self = this, S = self.S;