add linq.css.merge
This commit is contained in:
parent
5e4d323615
commit
f92614c494
|
@ -7175,6 +7175,11 @@
|
||||||
generator:item=>gnc.is.generator(item)
|
generator:item=>gnc.is.generator(item)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
linq:{
|
||||||
|
css:{
|
||||||
|
merge:function(){return Array.from(arguments).join(",")}
|
||||||
|
}
|
||||||
|
},
|
||||||
init:{
|
init:{
|
||||||
init:function(){
|
init:function(){
|
||||||
if(typeof __dirname==='string'&&__dirname.length){
|
if(typeof __dirname==='string'&&__dirname.length){
|
||||||
|
|
Loading…
Reference in New Issue