Make html save action send the correct data type

This commit is contained in:
Calen Pennington
2012-07-03 18:59:17 -04:00
parent d99d98670e
commit 9ae644e007

View File

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