envjs 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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