aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/js/umd/button.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-06-19 16:26:33 -0700
committerMark Otto <[email protected]>2015-06-19 16:26:33 -0700
commitbc29c016b7afefa2a9a42e94efaee58695049285 (patch)
treeac294f7fbc18d4ba8c6b4179b7d1cbeb6481d70b /docs/dist/js/umd/button.js
parent8410afe0e104459a613f6232ad46334aa8b99fda (diff)
parent3df2d085ed219a16848b96e90a72fcd5575a5270 (diff)
downloadbootstrap-bc29c016b7afefa2a9a42e94efaee58695049285.tar.xz
bootstrap-bc29c016b7afefa2a9a42e94efaee58695049285.zip
Merge branch 'v4' into v4_builds
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
+});