浏览代码

Fix jsHint

Gaël Métais 9 年之前
父节点
当前提交
e78e794240
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      lib/tools/phantomas/custom_modules/modules/lazyLoadableYLT/lazyLoadableYLT.js

+ 2 - 1
lib/tools/phantomas/custom_modules/modules/lazyLoadableYLT/lazyLoadableYLT.js

@@ -4,11 +4,12 @@
  * @see https://github.com/macbre/phantomas/issues/494
  */
 /* global document: true, window: true */
-'use strict';
 
 exports.version = '1.0.a';
 
 exports.module = function(phantomas) {
+    'use strict';
+    
     phantomas.setMetric('lazyLoadableImagesBelowTheFold'); // @desc number of images displayed below the fold that can be lazy-loaded
 
     phantomas.on('report', function() {