fixed return type
This commit is contained in:
@@ -62,7 +62,6 @@ class MainView extends Backbone.View
|
|||||||
resource.id = id
|
resource.id = id
|
||||||
resources[id] = resource
|
resources[id] = resource
|
||||||
@addResource resource, @model.auths
|
@addResource resource, @model.auths
|
||||||
@
|
|
||||||
|
|
||||||
$('.propWrap').hover(
|
$('.propWrap').hover(
|
||||||
->
|
->
|
||||||
@@ -70,6 +69,7 @@ class MainView extends Backbone.View
|
|||||||
,->
|
,->
|
||||||
$('.optionsWrapper', $(this)).hide()
|
$('.optionsWrapper', $(this)).hide()
|
||||||
)
|
)
|
||||||
|
@
|
||||||
|
|
||||||
addResource: (resource, auths) ->
|
addResource: (resource, auths) ->
|
||||||
# Render a resource and add it to resources li
|
# Render a resource and add it to resources li
|
||||||
|
|||||||
Reference in New Issue
Block a user