Tests keyword-spacing
This commit is contained in:
@ -10,7 +10,6 @@
|
|||||||
"rules": {
|
"rules": {
|
||||||
"import/no-amd": 0,
|
"import/no-amd": 0,
|
||||||
"global-require": 0,
|
"global-require": 0,
|
||||||
"keyword-spacing": 0,
|
|
||||||
"no-bitwise": 0,
|
"no-bitwise": 0,
|
||||||
"func-call-spacing": 0,
|
"func-call-spacing": 0,
|
||||||
"max-len": 0,
|
"max-len": 0,
|
||||||
|
@ -20,7 +20,7 @@ define([
|
|||||||
});
|
});
|
||||||
|
|
||||||
afterEach(function () {
|
afterEach(function () {
|
||||||
if(EditorApplication.getChannel) {
|
if (EditorApplication.getChannel) {
|
||||||
delete EditorApplication.getChannel;
|
delete EditorApplication.getChannel;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user