Tests keyword-spacing

This commit is contained in:
Amine Ben hammou
2017-09-27 15:42:51 +00:00
parent 68165b7b78
commit f898746967
2 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,6 @@
"rules": {
"import/no-amd": 0,
"global-require": 0,
"keyword-spacing": 0,
"no-bitwise": 0,
"func-call-spacing": 0,
"max-len": 0,

View File

@ -20,7 +20,7 @@ define([
});
afterEach(function () {
if(EditorApplication.getChannel) {
if (EditorApplication.getChannel) {
delete EditorApplication.getChannel;
}
});