lib/carte/client/router.coffee in carte-server-0.0.11 vs lib/carte/client/router.coffee in carte-server-0.0.12
- old
+ new
@@ -11,18 +11,9 @@
console.log 'list'
@current = 'list'
@query = querystring.parse(string)
console.log @query
- new: ()->
- console.log 'new'
- @current = 'new'
-
- edit: (title)->
- console.log 'edit', title
- @current = 'edit'
- @title = title
-
show: (title)->
console.log 'show', title
@current = 'show'
@title = title