This commit is contained in:
@@ -26983,11 +26983,11 @@ cr.getObjectRefTable = function () { return [
|
|||||||
cr.plugins_.Browser,
|
cr.plugins_.Browser,
|
||||||
cr.plugins_.Function,
|
cr.plugins_.Function,
|
||||||
cr.plugins_.remoteplugin,
|
cr.plugins_.remoteplugin,
|
||||||
cr.plugins_.SenaPlugin,
|
|
||||||
cr.plugins_.Sprite,
|
cr.plugins_.Sprite,
|
||||||
|
cr.plugins_.SenaPlugin,
|
||||||
cr.plugins_.SpriteFontPlus,
|
cr.plugins_.SpriteFontPlus,
|
||||||
cr.plugins_.Text,
|
|
||||||
cr.plugins_.Touch,
|
cr.plugins_.Touch,
|
||||||
|
cr.plugins_.Text,
|
||||||
cr.behaviors.Rex_MoveTo,
|
cr.behaviors.Rex_MoveTo,
|
||||||
cr.behaviors.Fade,
|
cr.behaviors.Fade,
|
||||||
cr.behaviors.DragnDrop,
|
cr.behaviors.DragnDrop,
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": 1771994893,
|
"version": 1772000848,
|
||||||
"fileList": [
|
"fileList": [
|
||||||
"data.js",
|
"data.js",
|
||||||
"c2runtime.js",
|
"c2runtime.js",
|
||||||
|
|||||||
@@ -333,7 +333,7 @@ SenaSDK.prototype.getTotalQuestions = function () {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Settings cho postMessage waiting
|
// Settings cho postMessage waiting
|
||||||
SenaSDK.prototype.POSTMESSAGE_TIMEOUT_MS = 1000; // 5 giây (chỉ dùng cho preview mode)
|
SenaSDK.prototype.POSTMESSAGE_TIMEOUT_MS = 3000; // 5 giây (chỉ dùng cho preview mode)
|
||||||
|
|
||||||
SenaSDK.prototype.load = function (callback, template = "G2510S1T30") {
|
SenaSDK.prototype.load = function (callback, template = "G2510S1T30") {
|
||||||
let self = this;
|
let self = this;
|
||||||
|
|||||||
Reference in New Issue
Block a user