Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <script> | |
|
jochen (gone - plz use gerrit)
2014/05/26 10:02:11
<!DOCTYPE html> & 4 space indent
Inactive
2014/05/27 14:22:15
Done.
| |
| 2 window.addEventListener("orientationchange", function() { | |
| 3 parent.window.postMessage(screen.orientation, "*"); | |
| 4 }); | |
| 5 </script> | |
| OLD | NEW |