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/src/alert.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'js/src/alert.js') diff --git a/js/src/alert.js b/js/src/alert.js index a712154ab..57a59746a 100644 --- a/js/src/alert.js +++ b/js/src/alert.js @@ -53,6 +53,13 @@ const Alert = (($) => { } + // getters + + static get VERSION() { + return VERSION + } + + // public close(element) { -- cgit v1.2.3