mirror of
https://github.com/chrisnov-it/quantumbotx.git
synced 2026-07-29 11:47:48 +00:00
8 lines
156 B
JavaScript
8 lines
156 B
JavaScript
|
|
// legacy IE function
|
||
|
|
// expression( <any-value> )
|
||
|
|
export default function() {
|
||
|
|
return this.createSingleNodeList(
|
||
|
|
this.Raw(null, false)
|
||
|
|
);
|
||
|
|
}
|