mirror of
https://github.com/flynx/colors.js.git
synced 2026-01-08 19:51:20 +00:00
Merge branch 'master' of https://github.com/streaka/colors.js
This commit is contained in:
commit
dfe6290c88
@ -105,10 +105,7 @@ function applyStyle() {
|
|||||||
return str;
|
return str;
|
||||||
}
|
}
|
||||||
|
|
||||||
var newLinesPresent = false;
|
var newLinesPresent = str.indexOf('\n') != -1;
|
||||||
if(str.indexOf('\n') != -1){
|
|
||||||
newLinesPresent = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
var nestedStyles = this._styles;
|
var nestedStyles = this._styles;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user