Fixes typo in annotable.js.coffee

This commit is contained in:
kikito
2015-12-16 18:05:52 +01:00
parent fc8a1fc84b
commit e6755fa804

View File

@@ -10,7 +10,7 @@ App.Annotable =
.include(annotator.ui.main, { element: this })
.include(annotator.storage.http, { prefix: "", urls: { search: "/annotations/search" } })
.include ->
beforeannotationCreated: (ann) ->
beforeAnnotationCreated: (ann) ->
ann[ann_type + "_id"] = ann_id
ann.user_id = ann_user_id