blob: e76f6315249bac574b0b770015c7ca920156a591 [file] [log] [blame]
// legacy IE function
// expression( <any-value> )
module.exports = function() {
return this.createSingleNodeList(
this.Raw(this.scanner.tokenIndex, null, false)
);
};