Use literal for data lookup
This commit is contained in:
@@ -385,7 +385,7 @@ JavaScriptCompiler.prototype = {
|
||||
//
|
||||
// Push the data lookup operator
|
||||
lookupData: function() {
|
||||
this.push('data');
|
||||
this.pushStackLiteral('data');
|
||||
},
|
||||
|
||||
// [pushStringParam]
|
||||
|
||||
Reference in New Issue
Block a user