blob: 3c759005d1fc7cda70f7f28add74fde9927fbbf0 [file] [log] [blame]
// legacy IE function
// expression '(' raw ')'
module.exports = function() {
return this.createSingleNodeList(
this.Raw(this.scanner.currentToken, 0, 0, false, false)
);
};