diff options
Diffstat (limited to 'js/dist/button.js')
| -rw-r--r-- | js/dist/button.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/js/dist/button.js b/js/dist/button.js index 20be59dc7..c9dce2ce7 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 |
