mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 16:17:57 -05:00
Fixed issue with string interpolation
This commit is contained in:
parent
bd4063ed3a
commit
4f054fa31a
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ module.exports = class SpellPaletteEntryView extends CocoView
|
|||
).on 'shown.bs.popover', =>
|
||||
Backbone.Mediator.publish 'tome:palette-hovered', thang: @thang, prop: @doc.name, entry: @
|
||||
soundIndex = Math.floor(Math.random() * 4)
|
||||
@playSound 'spell-palette-entry-open-#{soundIndex}', 0.75
|
||||
@playSound "spell-palette-entry-open-#{soundIndex}", 0.75
|
||||
popover = @$el.data('bs.popover')
|
||||
popover?.$tip?.i18n()
|
||||
codeLanguage = @options.language
|
||||
|
|
Loading…
Reference in a new issue