Fixed problem opening GameMenuModal when there are no help videos.

This commit is contained in:
Nick Winter 2014-12-29 13:03:47 -08:00
parent 8221531c40
commit 728f726748

View file

@ -14,7 +14,7 @@ module.exports = class LevelGuideView extends CocoView
constructor: (options) ->
@levelID = options.level.get('slug')
@helpVideos = options.level.get 'helpVideos'
@helpVideos = options.level.get('helpVideos') ? []
@trackedHelpVideoStart = @trackedHelpVideoFinish = false
# A/B Testing video tutorial styles