blob: c311c255a8f4061fc70e2ea202cc65499f048568 [file] [log] [blame] [edit]
// legacy IE function
// expression( <any-value> )
export default function() {
return this.createSingleNodeList(
this.Raw(this.tokenIndex, null, false)
);
}