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/dropdown.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'js/src/dropdown.js') diff --git a/js/src/dropdown.js b/js/src/dropdown.js index c5e29d8f1..3135ca73a 100644 --- a/js/src/dropdown.js +++ b/js/src/dropdown.js @@ -62,6 +62,14 @@ const Dropdown = (($) => { $(element).on(Event.CLICK, this.toggle) } + + // getters + + static get VERSION() { + return VERSION + } + + // public toggle() { -- cgit v1.2.3