mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 19:49:29 +08:00
7 lines
137 B
Text
7 lines
137 B
Text
module.exports = {
|
|
parse: function() {
|
|
return this.createSingleNodeList(
|
|
this.SelectorList()
|
|
);
|
|
}
|
|
};
|