Remove unused vars and add jshint checking

This commit is contained in:
kpdecker
2014-12-01 01:32:41 -06:00
parent 0d396ccd30
commit 203df9d5b7
8 changed files with 4 additions and 10 deletions
@@ -755,7 +755,6 @@ JavaScriptCompiler.prototype = {
replaceStack: function(callback) {
var prefix = ['('],
inline = this.isInline(),
stack,
createdStack,
usedLiteral;