Add toggle component.

This adds the toggle component which removes the necessity to have HTML.
This commit is contained in:
Brock Whittaker
2016-11-04 14:34:12 -07:00
committed by Tim Abbott
parent a960ff6773
commit 75db036733
3 changed files with 83 additions and 1 deletions

View File

@@ -762,6 +762,7 @@ JS_SPECS = {
'js/loading.js',
'js/util.js',
'js/dict.js',
'js/components.js',
'js/localstorage.js',
'js/channel.js',
'js/setup.js',