PlayerView#createChildViews -> #appendChildViews
This commit is contained in:
parent
a8136ee18d
commit
b15804ef0c
@ -21,9 +21,9 @@ class AsciiIo.PlayerView extends Backbone.View
|
||||
@movie.on 'movie-loaded', @onMovieLoaded, this
|
||||
@movie.load()
|
||||
|
||||
@createChildViews()
|
||||
@appendChildViews()
|
||||
|
||||
createChildViews: ->
|
||||
appendChildViews: ->
|
||||
@$el.addClass('not-started')
|
||||
@$el.append(@rendererView.$el)
|
||||
@rendererView.afterInsertedToDom()
|
||||
|
Loading…
Reference in New Issue
Block a user