зеркало из https://github.com/mozilla/shumway.git
Replacing window.print with console.log call
This commit is contained in:
Родитель
0498e6a039
Коммит
73021178a6
|
@ -59,3 +59,7 @@ function createAVM2(builtinPath, libraryPath, sysMode, appMode, next) {
|
|||
}
|
||||
});
|
||||
}
|
||||
|
||||
window.print = function (msg) {
|
||||
console.log(msg);
|
||||
};
|
||||
|
|
|
@ -59,3 +59,7 @@ function createAVM2(builtinPath, libraryPath, sysMode, appMode, next) {
|
|||
}
|
||||
});
|
||||
}
|
||||
|
||||
window.print = function (msg) {
|
||||
console.log(msg);
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче