need PR #993 to run on TRAVIS-CI

This commit is contained in:
Eric Vergnaud 2015-09-18 23:40:17 +08:00
parent cbd3fad083
commit f804d124dc
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
// when you construct the object.
//
var InputStream = require('./InputStream').InputStream;
var isNodeJs = typeof window === 'undefined' && importScripts === 'undefined';
var isNodeJs = typeof window === 'undefined' && typeof importScripts === 'undefined';
var fs = isNodeJs ? require("fs") : null;
function FileStream(fileName) {