Last active
December 2, 2017 14:19
-
-
Save asticode/010bdeb549531dfd91d5e924a27bcad2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let index = { | |
init: function() { | |
// Init | |
asticode.loader.init(); | |
asticode.modaler.init(); | |
asticode.notifier.init(); | |
} | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment