Skip to content

Commit

Permalink
Bumped Backbone.js version to 1.0.0 in zentasks examples
Browse files Browse the repository at this point in the history
 - Bumped Underscore.js to 1.5.1 because 1.4.3 or higher required.
 - Fixed main.coffee
  -- I changed @el to @$el because @el isn't a jQuery object in 1.0.0
  -- AppRouter's routes doesn't work. They shouldn't start with "/" in 1.0.0
  • Loading branch information
seratch committed Oct 17, 2013
1 parent 4de407c commit 5a591b9
Show file tree
Hide file tree
Showing 9 changed files with 176 additions and 264 deletions.
148 changes: 74 additions & 74 deletions samples/java/zentasks/app/assets/javascripts/main.coffee

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion samples/java/zentasks/project/plugins.sbt
Expand Up @@ -5,4 +5,5 @@ logLevel := Level.Warn
resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"

// Use the Play sbt plugin for Play projects
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % System.getProperty("play.version"))
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % System.getProperty("play.version"))

39 changes: 8 additions & 31 deletions samples/java/zentasks/public/javascripts/backbone-min.js

Large diffs are not rendered by default.

36 changes: 7 additions & 29 deletions samples/java/zentasks/public/javascripts/underscore-min.js

Large diffs are not rendered by default.

0 comments on commit 5a591b9

Please sign in to comment.