Remove variable is for the time being

catch_parser_exception
Tom MacWright 12 years ago
parent 73a7c6b87a
commit bd3073bbed

@ -4,7 +4,6 @@ tree.Variable = function Variable(name, index, filename) {
this.name = name;
this.index = index;
this.filename = filename;
this.is = 'variable';
};
tree.Variable.prototype = {

Loading…
Cancel
Save