Allow filter methods in jshint

This commit is contained in:
Jan Nicklas 2015-03-11 10:54:20 +01:00
parent 3947d27cf2
commit c082bb8ccc
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
/*jshint -W083 */
var fs = require('fs');
var path = require('path');
var tmpl = require('blueimp-tmpl').tmpl;