Commit bf18ef8c by onuma

deviceInfo の isMobile を booleanに変更

parent 5604a81d
...@@ -28,7 +28,7 @@ var DeviceInfo = class { ...@@ -28,7 +28,7 @@ var DeviceInfo = class {
} }
isMobile() { isMobile() {
return this.isMoble == "true"; return this.isMoble == true;
} }
}; };
......
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