correcting white-space: Firefox does not like it
This commit is contained in:
parent
4843664059
commit
ce7a998ba8
|
@ -21,7 +21,6 @@
|
|||
|
||||
|
||||
|
||||
|
||||
(xexp->dom '(h1 "Google Maps demonstration"))
|
||||
|
||||
(big-bang "???"
|
||||
|
|
|
@ -389,7 +389,7 @@
|
|||
|
||||
if (typeof(x) === 'string') {
|
||||
var wrapper = document.createElement("span");
|
||||
wrapper.style["white-space"] = "pre";
|
||||
wrapper.style.whiteSpace = "pre";
|
||||
if (params.getMode() === 'write' || params.getMode() === 'print' || params.getMode() === 'constructor') {
|
||||
node = document.createTextNode(toWrittenString(x));
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue
Block a user