Skip to content

Commit d9d54f9

Browse files
committed
Ignore spurious warnings.
1 parent c788e74 commit d9d54f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
(function(){
144144
var EventTarget = parserlib.util.EventTarget,
145145
TokenStreamBase = parserlib.util.TokenStreamBase,
146-
StringReader = parserlib.util.StringReader,
146+
StringReader = parserlib.util.StringReader, // jshint ignore:line
147147
SyntaxError = parserlib.util.SyntaxError,
148148
SyntaxUnit = parserlib.util.SyntaxUnit;
149149
</header>

src/css/Validation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,4 @@ var Validation = {
154154

155155

156156

157-
};
157+
};

0 commit comments

Comments
 (0)