Commit 2e7f531b authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Remove trailing commas in Rakefile.

Won't work in Ruby 1.8.
parent e1ff0ba4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -232,7 +232,7 @@ task :sdk => :sass do
    "--output", OUT_DIR,
    "--config", "#{SDK_DIR}/extjs/docs/config.json",
    "--examples-base-url", "extjs-build/examples/",
    "--seo",
    "--seo"
  )
  runner.add_debug
  runner.add_comments('ext-js', '4')
@@ -248,7 +248,7 @@ task :touch2 => :sass do
    "--output", OUT_DIR,
    "--config", "#{SDK_DIR}/touch/docs/config.json",
    "--examples-base-url", "touch-build/examples/production/",
    "--seo",
    "--seo"
  )

  runner.add_debug