Skip to content

Commit

Permalink
Remove halt.
Browse files Browse the repository at this point in the history
  • Loading branch information
npasserini committed May 12, 2016
1 parent 778d9fd commit d00f258
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
initialization
initializePresenter
message acceptBlock: [ :text |
text ifNotEmpty: [ self halt. self model commitWithMessage: text asString ] ].
text ifNotEmpty: [ self model commitWithMessage: text asString ] ].
commitButton action: [ message accept ]

0 comments on commit d00f258

Please sign in to comment.