Skip to content

Commit

Permalink
Removed old Script bindings call for latest node
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed May 9, 2011
1 parent 6cd6096 commit c2f21a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/yui3-yui3.js
Expand Up @@ -3,8 +3,6 @@ var sys = require(process.binding('natives').util ? 'util' : 'sys'),
fs = require('fs'),
path = require('path'),
url = require('url'),
Script = process.binding('evals').Script,
runInNewContext = Script.runInNewContext,
hasColor = false,
wrap = function(script) {
return wrapper[0] + script + wrapper[1];
Expand Down

0 comments on commit c2f21a6

Please sign in to comment.