1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Merge branch 'master' into issue3156

This commit is contained in:
Yury Delendik 2013-04-30 11:09:03 -05:00
commit 34eed81b46
21 changed files with 654 additions and 365 deletions

View file

@ -33,10 +33,6 @@
// // TODO(mack): dump() doesn't seem to work here...
// dump(msg + '\n');
//}
//#else
function log(aMsg) {
console.log(aMsg);
}
//#endif
var NetworkManager = (function NetworkManagerClosure() {