Commit 87ad51c7 by Masaru Abe

var定義 記述修正

parent 433152f2
...@@ -56,10 +56,9 @@ $(document).mouseup(function (e) { ...@@ -56,10 +56,9 @@ $(document).mouseup(function (e) {
/* change size */ /* change size */
CONTENTVIEW.sizingScreen = function() { CONTENTVIEW.sizingScreen = function() {
var w, h;
w = $(window).width(); var w = $(window).width();
h = $(window).height(); var h = $(window).height();
if (COMMON.isTouchDevice() == true) { if (COMMON.isTouchDevice() == true) {
if (CONTENTVIEW_GENERAL.avwUserEnvObj.os == "android") { if (CONTENTVIEW_GENERAL.avwUserEnvObj.os == "android") {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment