This commit is contained in:
Alon Zakai 2012-09-12 16:55:38 -07:00
Родитель de0baf2d2c
Коммит abeb6e3752
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -138,7 +138,7 @@ if (typeof nagivator == 'undefined') {
toString: function() {
return '%s';
},
search: '%s',
search: '?%s',
},
fakeNow: 0, // we don't use Date.now()
rafs: [],
@ -225,7 +225,7 @@ if (typeof nagivator == 'undefined') {
case 'script': {
var ret = {};
window.setTimeout(function() {
load(fixPath(ret.src));
load(ret.src);
if (ret.onload) {
window.setTimeout(function() {
ret.onload(); // yeah yeah this might vanish