No need to append text key on HTML module save

This commit is contained in:
Prem Sichanugrist
2012-07-05 17:22:18 -04:00
parent a86c84a4c5
commit c94d6d1602

View File

@@ -6,4 +6,4 @@ class @HTML
@preview.empty().append(@edit_box.val())
)
save: -> {text: @edit_box.val()}
save: -> @edit_box.val()