Compiling any code with bare = false
and linting it with JShint
results in Unused variable: _this
.
Solutions to this?
bare = true
should remain,
besides I'm pretty happy to have jshint
checking for unused variables. I just want an exception here.
By the way, I also get the
Move the invocation into the parens that contain the function.
}).call(this);