aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/js/umd/button.js
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dist/js/umd/button.js')
-rw-r--r--docs/dist/js/umd/button.js18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/dist/js/umd/button.js b/docs/dist/js/umd/button.js
index b6a690219..72fa579f1 100644
--- a/docs/dist/js/umd/button.js
+++ b/docs/dist/js/umd/button.js
@@ -117,14 +117,6 @@
this._element = null;
}
}], [{
- key: 'VERSION',
-
- // getters
-
- get: function () {
- return VERSION;
- }
- }, {
key: '_jQueryInterface',
// static
@@ -143,6 +135,14 @@
}
});
}
+ }, {
+ key: 'VERSION',
+
+ // getters
+
+ get: function () {
+ return VERSION;
+ }
}]);
return Button;
@@ -186,4 +186,4 @@
})(jQuery);
module.exports = Button;
-}); \ No newline at end of file
+});