mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
Remove vestigial test code
This commit is contained in:
parent
2f9a689106
commit
74a7b53498
2 changed files with 0 additions and 3 deletions
|
@ -38,8 +38,6 @@ module.exports = class ExportThangTypeModal extends ModalView
|
|||
|
||||
onExporterBuild: (e) ->
|
||||
@spriteSheet = e.spriteSheet
|
||||
$('body').empty().append(@spriteSheet._images[0])
|
||||
return
|
||||
src = @spriteSheet._images[0].toDataURL()
|
||||
src = src.replace('data:image/png;base64,', '').replace(/\ /g, '+')
|
||||
body =
|
||||
|
|
|
@ -210,7 +210,6 @@ module.exports = class ThangTypeEditView extends RootView
|
|||
@patchesView = @insertSubView(new PatchesView(@thangType), @$el.find('.patches-view'))
|
||||
@showReadOnly() if me.get('anonymous')
|
||||
@updatePortrait()
|
||||
@onClickExportSpriteSheetButton()
|
||||
|
||||
initComponents: =>
|
||||
options =
|
||||
|
|
Loading…
Reference in a new issue