Use literal for data lookup

This commit is contained in:
kpdecker
2013-12-31 21:19:00 -06:00
parent cd885bf855
commit c1a93d33e7
@@ -385,7 +385,7 @@ JavaScriptCompiler.prototype = {
//
// Push the data lookup operator
lookupData: function() {
this.push('data');
this.pushStackLiteral('data');
},
// [pushStringParam]