• Juan Corona's avatar
    Implement functionality for external container config · 37b3c617
    Juan Corona authored
    - Set a new `externalFrame` property when the external container config is provided.
    - Use the new instance var is over the existing `frame` var.
    	- This was done to isolate the new usage from the existing usage of `frame`
    	- The existing usage of `frame` applies control over the sidebar frame, which works against what we want with `externalFrame`
    - Make the uses of `frame` conditional.
    	- These are the statements that are not invoked when the external container is specified.
    	- The one case where we do want to use either frame is when emitting `onLayoutChange`
    - Refactor the Sidebar tests to test for the added implementation and usage
    37b3c617
Name
Last commit
Last update
..
anchoring Loading commit data...
config Loading commit data...
highlighter Loading commit data...
plugin Loading commit data...
test Loading commit data...
util Loading commit data...
vendor Loading commit data...
.eslintrc.js Loading commit data...
adder.html Loading commit data...
adder.js Loading commit data...
annotation-counts.js Loading commit data...
annotation-sync.js Loading commit data...
delegator.coffee Loading commit data...
features.js Loading commit data...
frame-observer.js Loading commit data...
guest.coffee Loading commit data...
host.coffee Loading commit data...
index.js Loading commit data...
pdf-sidebar.coffee Loading commit data...
pdfjs-rendering-states.js Loading commit data...
plugin.coffee Loading commit data...
range-util.js Loading commit data...
selections.js Loading commit data...
sidebar-trigger.js Loading commit data...
sidebar.coffee Loading commit data...