Przeglądaj źródła

fixed return type

bubble
Tony Tam 9 lat temu
rodzic
commit
51b7b984b7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/main/coffeescript/view/MainView.coffee

+ 1
- 1
src/main/coffeescript/view/MainView.coffee Wyświetl plik

@@ -62,7 +62,6 @@ class MainView extends Backbone.View
resource.id = id
resources[id] = resource
@addResource resource, @model.auths
@

$('.propWrap').hover(
->
@@ -70,6 +69,7 @@ class MainView extends Backbone.View
,->
$('.optionsWrapper', $(this)).hide()
)
@

addResource: (resource, auths) ->
# Render a resource and add it to resources li


Ładowanie…
Anuluj
Zapisz