fix bug with editing HTML. The save() method should now return a dictionary, not a string

This commit is contained in:
Chris Dodge
2012-10-02 11:58:24 -04:00
parent 425e840e7d
commit a60ec13d3a
2 changed files with 4 additions and 1 deletions

View File

@@ -4,4 +4,6 @@ class @HTMLEditingDescriptor
mode: "text/html"
})
save: -> @edit_box.getValue()
save: ->
data: @edit_box.getValue()