Merge branch 'divyanshu013-master'

This commit is contained in:
Nick Winter 2015-02-23 15:06:11 -08:00
commit b40af42b60
2 changed files with 6 additions and 2 deletions
app
styles/play/ladder
views/editor/campaign

View file

@ -62,7 +62,7 @@
text-align: center
.name-col-cell
max-width: 300px
max-width: 150px
text-overflow: ellipsis
white-space: nowrap
overflow: hidden

View file

@ -256,9 +256,13 @@ module.exports = class CampaignEditorView extends RootView
@toSave.add achievement
onClickLoginButton: ->
# Do Nothing
# Do Nothing
# This is a override method to RootView, so that only CampaignView is listenting to login button click
onClickSignupButton: ->
# Do Nothing
# This is a override method to RootView, so that only CampaignView is listenting to signup button click
class LevelsNode extends TreemaObjectNode
valueClass: 'treema-levels'
@levels: {}