From ca9c850ebbfc880dc5021b451ffc9fa12184ff87 Mon Sep 17 00:00:00 2001 From: fat Date: Sun, 10 May 2015 19:45:38 -0700 Subject: add getters for Version and Default where applicable add modal my gawd --- js/dist/button.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'js/dist/button.js') diff --git a/js/dist/button.js b/js/dist/button.js index 20be59dc75..c9dce2ce7b 100644 --- a/js/dist/button.js +++ b/js/dist/button.js @@ -96,6 +96,14 @@ var Button = (function ($) { } } }], [{ + key: 'VERSION', + + // getters + + get: function () { + return VERSION; + } + }, { key: '_jQueryInterface', // static -- cgit v1.2.3