User:Paradox-01/vector.js: Difference between revisions

wrong quotes ?
("alert" edit)
(wrong quotes ?)
Line 6: Line 6:


alert(
alert(
“Device PixelRatio: + window.devicePixelRatio +
"Device PixelRatio: " + window.devicePixelRatio +
\nDevice Width: + window.innerWidth +
"\nDevice Width: " + window.innerWidth +
\nDevice Height: + window.innerHeight
"\nDevice Height: " + window.innerHeight
);
);
8,288

edits