mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
parent
a3ed936d5f
commit
146c75e703
1 changed files with 0 additions and 1 deletions
|
@ -311,7 +311,6 @@ function makeContentCollector(collectStyles, browser, apool, domInterface, class
|
||||||
['insertorder', 'first']
|
['insertorder', 'first']
|
||||||
].concat(
|
].concat(
|
||||||
_.map(state.lineAttributes,function(value,key){
|
_.map(state.lineAttributes,function(value,key){
|
||||||
if (typeof(window)!= 'undefined' && window.console) console.log([key, value])
|
|
||||||
return [key, value];
|
return [key, value];
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue