From b39ce7d6c0079a18899f668943ddbd6d3b814fb5 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 18 Jun 2015 15:48:54 -0700 Subject: grunt --- docs/dist/js/umd/button.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs/dist/js/umd/button.js') 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 +}); -- cgit v1.2.3