2025-04-02 06:50:39 -04:00

6 lines
158 B
JavaScript

// legacy IE function
// expression( <any-value> )
export default function () {
return this.createSingleNodeList(this.Raw(this.tokenIndex, null, false));
}