Browse Source

Update bootstrap-table.js

Dirk Brinkmeier 6 years ago
parent
commit
6affb28198
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/bootstrap-table.js

+ 2 - 0
src/bootstrap-table.js

@@ -2676,6 +2676,7 @@ class BootstrapTable {
   }
 }
 
+BootstrapTable.VERSION = Constants.VERSION
 BootstrapTable.DEFAULTS = Constants.DEFAULTS
 BootstrapTable.LOCALES = Constants.LOCALES
 BootstrapTable.COLUMN_DEFAULTS = Constants.COLUMN_DEFAULTS
@@ -2751,6 +2752,7 @@ $.fn.bootstrapTable = function (option, ...args) {
 
 $.fn.bootstrapTable.Constructor = BootstrapTable
 $.fn.bootstrapTable.theme = Constants.THEME
+$.fn.bootstrapTable.VERSION = Constants.VERSION
 $.fn.bootstrapTable.defaults = BootstrapTable.DEFAULTS
 $.fn.bootstrapTable.columnDefaults = BootstrapTable.COLUMN_DEFAULTS
 $.fn.bootstrapTable.events = BootstrapTable.EVENTS