This js file relies on functions defined in 'shimmie.js' which is all globed together when rendering a page. Adding an ignore line to scrutinizer to prevent false-positives.

This commit is contained in:
jgen 2014-04-26 05:32:15 -04:00
parent 4e9e5ca2be
commit 95ba85ee43
2 changed files with 3 additions and 3 deletions

View File

@ -3,4 +3,4 @@ imports:
- php - php
filter: filter:
excluded_paths: [lib/*] excluded_paths: [lib/*,ext/tagger/script.js]

View File

@ -1,4 +1,4 @@
/*jshint dojo:true, forin:false, nonew:true, undef:true, strict:false, browser:true, jquery:true */ /*jshint forin:false, nonew:true, undef:true, strict:false, browser:true, jquery:true */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\
* Tagger - Advanced Tagging v2 * * Tagger - Advanced Tagging v2 *