envjs 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
data/bin/envjsrb CHANGED
@@ -155,7 +155,6 @@ if ARGV.length > 0
155
155
  RUNTIME.evaluate("window.location = '#{uri_s}'", file, 1)
156
156
  about_blank = false
157
157
  else
158
- RUNTIME.become_first_script_window
159
158
  RUNTIME.top_level_load uri_s
160
159
  RUNTIME.load uri_s
161
160
  end