Commit e77c90a5 authored by ujvari's avatar ujvari

Fix resolution of the store config

Fix #1618
parent 5788de25
......@@ -11,6 +11,7 @@ imports = [
resolve =
storeConfig: ['$q', 'annotator', ($q, annotator) ->
if annotator.plugins.Store then return
storeReady = $q.defer()
resolve = (options) ->
annotator.options.Store ?= {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment