@@ -293,7 +293,7 @@ JavaScriptCompiler.prototype = {
|
||||
// when we examine local
|
||||
this.flushInline();
|
||||
var local = this.popStack();
|
||||
this.pushSource("if(" + local + " || " + local + " === 0) { " + this.appendToBuffer(local) + " }");
|
||||
this.pushSource('if (' + local + ' != null) { ' + this.appendToBuffer(local) + ' }');
|
||||
if (this.environment.isSimple) {
|
||||
this.pushSource("else { " + this.appendToBuffer("''") + " }");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user