shell replay fixes
This commit is contained in:
Родитель
de0baf2d2c
Коммит
abeb6e3752
|
@ -138,7 +138,7 @@ if (typeof nagivator == 'undefined') {
|
||||||
toString: function() {
|
toString: function() {
|
||||||
return '%s';
|
return '%s';
|
||||||
},
|
},
|
||||||
search: '%s',
|
search: '?%s',
|
||||||
},
|
},
|
||||||
fakeNow: 0, // we don't use Date.now()
|
fakeNow: 0, // we don't use Date.now()
|
||||||
rafs: [],
|
rafs: [],
|
||||||
|
@ -225,7 +225,7 @@ if (typeof nagivator == 'undefined') {
|
||||||
case 'script': {
|
case 'script': {
|
||||||
var ret = {};
|
var ret = {};
|
||||||
window.setTimeout(function() {
|
window.setTimeout(function() {
|
||||||
load(fixPath(ret.src));
|
load(ret.src);
|
||||||
if (ret.onload) {
|
if (ret.onload) {
|
||||||
window.setTimeout(function() {
|
window.setTimeout(function() {
|
||||||
ret.onload(); // yeah yeah this might vanish
|
ret.onload(); // yeah yeah this might vanish
|
||||||
|
|
Загрузка…
Ссылка в новой задаче