Commit 2bf113d6 authored by Randall Leeds's avatar Randall Leeds

Avoid mangling the app prototype scope

parent eaa178d3
...@@ -16,7 +16,6 @@ class App ...@@ -16,7 +16,6 @@ class App
scope: scope:
frame: frame:
visible: false visible: false
model: {}
sheet: sheet:
collapsed: true collapsed: true
tab: null tab: null
...@@ -49,6 +48,7 @@ class App ...@@ -49,6 +48,7 @@ class App
frame: $scope.frame or @scope.frame frame: $scope.frame or @scope.frame
socialView: annotator.socialView socialView: annotator.socialView
ongoingHighlightSwitch: false ongoingHighlightSwitch: false
model: {}
_reset() _reset()
......
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