updated files

This commit is contained in:
Tony Tam
2014-09-07 17:12:03 -07:00
parent 9b0aa32941
commit bdec07e8c3
11 changed files with 2748 additions and 40 deletions

View File

@@ -1,5 +1,7 @@
class ResourceView extends Backbone.View
initialize: ->
if "" is @model.description
@model.description = null
render: ->
$(@el).html(Handlebars.templates.resource(@model))