Commit fe5a3987 authored by Robert Knight's avatar Robert Knight

Convert annotator/anchoring/pdf.coffee to JS

This is a manual conversion to JS.

There is one intended API change which is that `describe` returns a
Promise in all cases, including when a multi-page selection has been
made.
parent 2e28ac32
This diff is collapsed.
This diff is collapsed.
...@@ -5,6 +5,7 @@ require('core-js/es6/promise'); ...@@ -5,6 +5,7 @@ require('core-js/es6/promise');
require('core-js/es6/map'); require('core-js/es6/map');
require('core-js/es6/set'); require('core-js/es6/set');
require('core-js/es6/symbol'); require('core-js/es6/symbol');
require('core-js/fn/array/fill');
require('core-js/fn/array/find'); require('core-js/fn/array/find');
require('core-js/fn/array/find-index'); require('core-js/fn/array/find-index');
require('core-js/fn/array/from'); require('core-js/fn/array/from');
......
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