aboutsummaryrefslogtreecommitdiff
path: root/js/src/dropdown.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/dropdown.js')
-rw-r--r--js/src/dropdown.js8
1 files changed, 8 insertions, 0 deletions
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() {