Skip to content

Commit

Permalink
use print, not requrie(system).print for commonjs
Browse files Browse the repository at this point in the history
  • Loading branch information
client9 committed Apr 2, 2010
1 parent 9525931 commit 1490f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform-commonjs.js
Expand Up @@ -21,7 +21,7 @@
Envjs.platform = 'commonjs';
Envjs.revision = '1';

Envjs.log = require('system').print;
Envjs.log = print; //require('system').print;
Envjs.lineSoruce = function(e) {
// TBD -- what does this do again?
};
Expand Down

0 comments on commit 1490f7a

Please sign in to comment.