]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove console.log from section.js
authorJordan Humphreys <jordan@mailyard.net>
Tue, 2 Apr 2013 22:01:20 +0000 (15:01 -0700)
committerJordan Humphreys <jordan@mailyard.net>
Tue, 2 Apr 2013 22:01:20 +0000 (15:01 -0700)
js/foundation/foundation.section.js

index 950dfd5b87f1386d272d1d29964aef322af361e7..38e36ea54941069f872cdb6c00c7a0213799db4d 100644 (file)
@@ -6,7 +6,7 @@
   Foundation.libs.section = {
     name: 'section',
 
-    version : '4.1.0',
+    version : '4.1.1',
 
     settings : {
       deep_linking: false,
@@ -17,7 +17,6 @@
     init : function (scope, method, options) {
       var self = this;
       Foundation.inherit(this, 'throttle data_options position_right offset_right');
-      console.log(this)
 
       if (typeof method != 'string') {
         this.set_active_from_hash();