refactor to vanilla js

This commit is contained in:
louisbuchbinder
2017-07-08 08:40:30 -07:00
parent 12ce0b0d69
commit 4ff09a0d77
13 changed files with 717 additions and 617 deletions

6
test/.eslintrc.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
env: {
mocha: true
}
};