merged from develop

This commit is contained in:
Tony Tam
2014-09-18 21:26:04 -07:00
13 changed files with 5862 additions and 3115 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))