loader: Fix screen-width option processing
authorYoumin Ha <youmin.ha@samsung.com>
Tue, 9 Apr 2013 08:33:59 +0000 (17:33 +0900)
committerYoumin Ha <youmin.ha@samsung.com>
Wed, 10 Apr 2013 14:57:34 +0000 (23:57 +0900)
commit2901096cea256fe08df3544f95a7bdee82168db9
tree2b30feb0fa2613c0b3462a56019b597a61a278f4
parenta128b5ad43c4a6cded4a0ef8d2794720f473dec7
loader: Fix screen-width option processing

Uses window.outerWidth with the top window, otherwise use
document.documentElement.clientWidth for web simulator.
Fixes Felica issue #154-2.

Change-Id: I27a2e6e5865e4bf2d57adb85e902a70182b8af39
src/js/jquery.mobile.tizen.loader.js