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