feature(modules) rm

This commit is contained in:
coderaiser 2015-03-13 03:28:16 -04:00
parent 0a0a5f3d7c
commit 113dc28e9c
59 changed files with 1 additions and 14107 deletions

View file

@ -1,16 +0,0 @@
var menu, MenuIO;
(function() {
'use strict';
var element = document.querySelector('#js-menu-container'),
options = {
icon: true
};
menu = MenuIO(element, options, {
'help': function() {
console.log('*help');
}
});
})();