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

Remove dead code from Rakefile.

parent fd00358d
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -154,14 +154,6 @@ class JsDuckRunner
    @options += options
  end

  def add_relative_examples_path
    @options += ["--head-html", <<-EOHTML]
      <script type="text/javascript">
        Docs.exampleBaseUrl = "#{relative_sdk_path}examples/";
      </script>
    EOHTML
  end

  # Enables comments when CORS is supported by browser.
  # This excludes Opera and IE < 8.
  # We check explicitly for IE version to make sure the code works the