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:
parent
4e9e5ca2be
commit
95ba85ee43
@ -3,4 +3,4 @@ imports:
|
||||
- php
|
||||
|
||||
filter:
|
||||
excluded_paths: [lib/*]
|
||||
excluded_paths: [lib/*,ext/tagger/script.js]
|
||||
|
@ -1,11 +1,11 @@
|
||||
/*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 *
|
||||
* Author: Artanis (Erik Youngren <artanis.00@gmail.com>) *
|
||||
* Do not remove this notice. *
|
||||
\* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||
|
||||
|
||||
var Tagger = {
|
||||
initialize : function (image_id) {
|
||||
// object navigation
|
||||
|
Loading…
x
Reference in New Issue
Block a user