More work and clean-up on JSHint compliance.

This commit is contained in:
Jürg Lehni 2016-01-09 12:05:42 +01:00
parent c9c111070a
commit 8639051081
8 changed files with 24 additions and 24 deletions

View file

@ -14,7 +14,7 @@
* @name PaperScript
* @namespace
*/
/*jshint -W082 */
/* jshint -W082 */
Base.exports.PaperScript = (function() {
// Locally turn of exports and define for inlined acorn.
// Just declaring the local vars is enough, as they will be undefined.