Minor changes for api.js, font_loader.js and svg.js

This commit is contained in:
pramodhkp 2014-08-14 00:29:28 +05:30
parent 7fb6c87774
commit 6d53fc4db7
4 changed files with 11 additions and 14 deletions

View file

@ -91,6 +91,9 @@ var FontLoader = {
return true;
}
// TODO other browsers
if (userAgent === 'node') {
return true;
}
return false;
})(),