浏览代码

Moved bender-tags comment to top of the file.

Szymon Kupś 9 年之前
父节点
当前提交
bc4108c37b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tests/command/command.js

+ 2 - 2
tests/command/command.js

@@ -3,10 +3,10 @@
  * For licensing, see LICENSE.md.
  */
 
-'use strict';
-
 /* bender-tags: browser-only */
 
+'use strict';
+
 import Editor from '/ckeditor5/editor.js';
 import Command from '/ckeditor5/command/command.js';