8
0
Просмотр исходного кода

Moved JSHint comment above 'use strict'.

Szymon Kupś 10 лет назад
Родитель
Сommit
823968310f
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      dev/tasks/tests/dev-init.js

+ 2 - 1
dev/tasks/tests/dev-init.js

@@ -3,8 +3,9 @@
  * For licensing, see LICENSE.md.
  */
 
-'use strict';
 /* global describe, it, beforeEach, afterEach */
+
+'use strict';
 const chai = require( 'chai' );
 const sinon = require( 'sinon' );
 const expect = chai.expect;