diff options
Diffstat (limited to 'demos')
-rw-r--r-- | demos/bootstrap.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/bootstrap.js b/demos/bootstrap.js index 4f5dc8127..b726148c9 100644 --- a/demos/bootstrap.js +++ b/demos/bootstrap.js @@ -35,7 +35,8 @@ var widgets = [ "menu", "mouse", "progressbar", - "resizable" + "resizable", + "selectable" ]; function getPath( module ) { |