Browse Source

Merge branch 'master' of https://github.com/djhvscf/bootstrap-table

Dennis Hernández 10 years ago
parent
commit
dba65104ad
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/extensions/keyevents/bootstrap-table-keyevents.js

+ 0 - 2
src/extensions/keyevents/bootstrap-table-keyevents.js

@@ -23,7 +23,6 @@
         this.initKeyEvents();
     };
 
-
     BootstrapTable.prototype.initKeyEvents = function () {
         if (this.options.keyEvents) {
             var that = this;
@@ -79,5 +78,4 @@
             });
         }
     };
-
 }(jQuery);