mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 02:59:31 +08:00
7 lines
184 B
Text
7 lines
184 B
Text
// legacy IE function
|
|
// expression( <any-value> )
|
|
module.exports = function() {
|
|
return this.createSingleNodeList(
|
|
this.Raw(this.scanner.tokenIndex, null, false)
|
|
);
|
|
};
|