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"))
|
(xexp->dom '(h1 "Google Maps demonstration"))
|
||||||
|
|
||||||
(big-bang "???"
|
(big-bang "???"
|
||||||
|
|
|
@ -389,7 +389,7 @@
|
||||||
|
|
||||||
if (typeof(x) === 'string') {
|
if (typeof(x) === 'string') {
|
||||||
var wrapper = document.createElement("span");
|
var wrapper = document.createElement("span");
|
||||||
wrapper.style["white-space"] = "pre";
|
wrapper.style.whiteSpace = "pre";
|
||||||
if (params.getMode() === 'write' || params.getMode() === 'print' || params.getMode() === 'constructor') {
|
if (params.getMode() === 'write' || params.getMode() === 'print' || params.getMode() === 'constructor') {
|
||||||
node = document.createTextNode(toWrittenString(x));
|
node = document.createTextNode(toWrittenString(x));
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user