Fix jsHint

This commit is contained in:
Gaël Métais
2015-11-02 19:07:35 +01:00
parent 0eb359542b
commit e78e794240
@@ -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() {