added eventhandler

This commit is contained in:
Kevin Jahns
2015-07-10 15:00:54 +02:00
parent 8e9e62b3d0
commit 8cc374cabb
6 changed files with 248 additions and 248 deletions

View File

@@ -8,7 +8,7 @@
"no-underscore-dangle": 0,
"no-constant-condition": 0,
"no-empty": 0,
"new-cap": [2, { "capIsNewExceptions": ["List"] }],
"new-cap": [2, { "capIsNewExceptions": ["List", "Y"] }],
},
"parser": "babel-eslint",
"globals": {
@@ -27,6 +27,7 @@
"setInterval": true,
"Operation": true,
"getRandom": true,
"RBTree": true
"RBTree": true,
"compareIds": true
}
}