Update MotaActionParser.js
This commit is contained in:
parent
b795a321b0
commit
ba53ae76dc
@ -561,11 +561,7 @@ ActionParser.prototype.parseAction = function() {
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case "lockViewport":
|
case "lockViewport":
|
||||||
this.next = MotaActionBlocks['lockViewport_s'].xmlText([
|
this.next = MotaActionBlocks['lockViewport_s'].xmlText([data.lock,
|
||||||
this.next]);
|
|
||||||
break;
|
|
||||||
case "unlockViewport":
|
|
||||||
this.next = MotaActionBlocks['unlockViewport_s'].xmlText([
|
|
||||||
this.next]);
|
this.next]);
|
||||||
break;
|
break;
|
||||||
case "vibrate": // 画面震动
|
case "vibrate": // 画面震动
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user