mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-30 19:06:59 -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) ->
|
onExporterBuild: (e) ->
|
||||||
@spriteSheet = e.spriteSheet
|
@spriteSheet = e.spriteSheet
|
||||||
$('body').empty().append(@spriteSheet._images[0])
|
|
||||||
return
|
|
||||||
src = @spriteSheet._images[0].toDataURL()
|
src = @spriteSheet._images[0].toDataURL()
|
||||||
src = src.replace('data:image/png;base64,', '').replace(/\ /g, '+')
|
src = src.replace('data:image/png;base64,', '').replace(/\ /g, '+')
|
||||||
body =
|
body =
|
||||||
|
|
|
@ -210,7 +210,6 @@ module.exports = class ThangTypeEditView extends RootView
|
||||||
@patchesView = @insertSubView(new PatchesView(@thangType), @$el.find('.patches-view'))
|
@patchesView = @insertSubView(new PatchesView(@thangType), @$el.find('.patches-view'))
|
||||||
@showReadOnly() if me.get('anonymous')
|
@showReadOnly() if me.get('anonymous')
|
||||||
@updatePortrait()
|
@updatePortrait()
|
||||||
@onClickExportSpriteSheetButton()
|
|
||||||
|
|
||||||
initComponents: =>
|
initComponents: =>
|
||||||
options =
|
options =
|
||||||
|
|
Loading…
Reference in a new issue