mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-20 17:39:14 +08:00
7 lines
173 B
Text
7 lines
173 B
Text
// legacy IE function
|
|
// expression( <any-value> )
|
|
export default function() {
|
|
return this.createSingleNodeList(
|
|
this.Raw(this.tokenIndex, null, false)
|
|
);
|
|
}
|