Commit 336c3b55 authored by Randall Leeds's avatar Randall Leeds

More noop patching of obsolete Store instances

parent c8894769
......@@ -466,6 +466,8 @@ class App
Store.annotator = loadAnnotations: angular.noop
# * Make all api requests into a noop.
Store._apiRequest = angular.noop
# * Make the update function into a noop.
Store.updateAnnotation = angular.noop
# * Remove the plugin and re-add it to the annotator.
delete annotator.plugins.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