Convert scripts to es6

This commit is contained in:
QWp6t
2016-07-16 02:17:16 -07:00
parent eae36be2c9
commit f34af480db
6 changed files with 39 additions and 38 deletions

View File

@@ -0,0 +1,8 @@
export default {
init() {
// JavaScript to be fired on all pages
},
finalize() {
// JavaScript to be fired on all pages, after page specific JS is fired
}
};