]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Missing argument in event function call 4581/head
authorLonewolf <nikhilkalige@gmail.com>
Mon, 3 Mar 2014 17:34:09 +0000 (23:04 +0530)
committerLonewolf <nikhilkalige@gmail.com>
Mon, 3 Mar 2014 17:34:09 +0000 (23:04 +0530)
js/foundation/foundation.tooltip.js

index a1f31080f07d84c93e621ac6afb1e71615666417..2575b2c974e222860780f11b79274e2581a40f70 100644 (file)
@@ -27,7 +27,7 @@
       this.bindings(method, options);
     },
 
-    events : function () {
+    events : function (instance) {
       var self = this,
           S = self.S;