Commit eb335805 authored by gergely-ujvari's avatar gergely-ujvari

Merge pull request #1707 from hypothesis/remove-last-log-line

Update Annotator to 6da826c7 (typed-packaging branch)
parents 66528512 9ed102dd
// Generated by CoffeeScript 1.6.3 // Generated by CoffeeScript 1.6.3
/* /*
** Annotator 1.2.6-dev-7c915a8 ** Annotator 1.2.6-dev-6da826c
** https://github.com/okfn/annotator/ ** https://github.com/okfn/annotator/
** **
** Copyright 2012 Aron Carroll, Rufus Pollock, and Nick Stenning. ** Copyright 2012 Aron Carroll, Rufus Pollock, and Nick Stenning.
** Dual licensed under the MIT and GPLv3 licenses. ** Dual licensed under the MIT and GPLv3 licenses.
** https://github.com/okfn/annotator/blob/master/LICENSE ** https://github.com/okfn/annotator/blob/master/LICENSE
** **
** Built at: 2014-11-11 13:09:11Z ** Built at: 2014-11-21 11:06:29Z
*/ */
...@@ -1171,7 +1171,6 @@ ...@@ -1171,7 +1171,6 @@
s = _ref1[_k]; s = _ref1[_k];
if (s.mapper.applicable()) { if (s.mapper.applicable()) {
this.documentAccessStrategy = s; this.documentAccessStrategy = s;
console.log("Selected document access strategy: " + s.name);
this.domMapper = new s.mapper(); this.domMapper = new s.mapper();
this.anchors = {}; this.anchors = {};
addEventListener("docPageMapped", function(evt) { addEventListener("docPageMapped", function(evt) {
......
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