Commit e1c60e23 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Move esprima/ to subdir of lib/jsduck/.

Again, to keep the root of jsduck repo cleaner.
parent 68f0ee33
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ module JsDuck

    def initialize
      @v8 = V8::Context.new
      esprima = File.dirname(File.dirname(File.dirname(File.expand_path(__FILE__))))+"/esprima/esprima.js";
      esprima = File.dirname(File.expand_path(__FILE__))+"/esprima/esprima.js";

      # Esprima attempts to assign to window.esprima, but our v8
      # engine has no global window variable defined.  So define our
+0 −0

File moved.