Commit 60b67a8f authored by Randall Leeds's avatar Randall Leeds

Update annotator to typed-packaging@ce90a27

Updates PDF plugin and stops creating excess quote properties.
parent e1b82680
// Generated by CoffeeScript 1.6.3
/*
** Annotator 1.2.6-dev-5c36e53
** Annotator 1.2.6-dev-ce90a27
** https://github.com/okfn/annotator/
**
** Copyright 2012 Aron Carroll, Rufus Pollock, and Nick Stenning.
** Dual licensed under the MIT and GPLv3 licenses.
** https://github.com/okfn/annotator/blob/master/LICENSE
**
** Built at: 2014-06-17 21:13:03Z
** Built at: 2014-09-25 22:17:02Z
*/
......
// Generated by CoffeeScript 1.6.3
/*
** Annotator 1.2.6-dev-5c36e53
** Annotator 1.2.6-dev-ce90a27
** https://github.com/okfn/annotator/
**
** Copyright 2012 Aron Carroll, Rufus Pollock, and Nick Stenning.
** Dual licensed under the MIT and GPLv3 licenses.
** https://github.com/okfn/annotator/blob/master/LICENSE
**
** Built at: 2014-06-17 21:13:04Z
** Built at: 2014-09-25 22:17:03Z
*/
......
// Generated by CoffeeScript 1.6.3
/*
** Annotator 1.2.6-dev-5c36e53
** Annotator 1.2.6-dev-ce90a27
** https://github.com/okfn/annotator/
**
** Copyright 2012 Aron Carroll, Rufus Pollock, and Nick Stenning.
** Dual licensed under the MIT and GPLv3 licenses.
** https://github.com/okfn/annotator/blob/master/LICENSE
**
** Built at: 2014-06-17 21:13:12Z
** Built at: 2014-09-25 22:17:06Z
*/
......
// Generated by CoffeeScript 1.6.3
/*
** Annotator 1.2.6-dev-5c36e53
** Annotator 1.2.6-dev-ce90a27
** https://github.com/okfn/annotator/
**
** Copyright 2012 Aron Carroll, Rufus Pollock, and Nick Stenning.
** Dual licensed under the MIT and GPLv3 licenses.
** https://github.com/okfn/annotator/blob/master/LICENSE
**
** Built at: 2014-06-17 21:13:18Z
** Built at: 2014-09-25 22:17:09Z
*/
......
// Generated by CoffeeScript 1.6.3
/*
** Annotator 1.2.6-dev-5c36e53
** Annotator 1.2.6-dev-ce90a27
** https://github.com/okfn/annotator/
**
** Copyright 2012 Aron Carroll, Rufus Pollock, and Nick Stenning.
** Dual licensed under the MIT and GPLv3 licenses.
** https://github.com/okfn/annotator/blob/master/LICENSE
**
** Built at: 2014-06-17 21:12:58Z
** Built at: 2014-09-25 22:17:00Z
*/
......@@ -1028,7 +1028,7 @@
if ($(el).css('position') === 'static') {
_results.push(-1);
} else {
_results.push(parseFloat($(el).css('z-index'), 10) || -1);
_results.push(parseFloat($(el).css('z-index')) || -1);
}
}
return _results;
......@@ -1413,7 +1413,6 @@
if (annotation.target == null) {
throw new Error("Can not run setupAnnotation(). No target or selection available.");
}
annotation.quote = [];
annotation.anchors = [];
_ref1 = annotation.target;
for (_k = 0, _len2 = _ref1.length; _k < _len2; _k++) {
......@@ -1425,7 +1424,6 @@
this.publish('rangeNormalizeFail', [annotation, result.error.range, result.error]);
}
if (anchor != null) {
annotation.quote.push(t.quote = anchor.quote);
t.diffHTML = anchor.diffHTML;
t.diffCaseOnly = anchor.diffCaseOnly;
annotation.anchors.push(anchor);
......@@ -1444,7 +1442,6 @@
console.log("Error in setupAnnotation for", annotation.id, ":", (_ref4 = exception.stack) != null ? _ref4 : exception);
}
}
annotation.quote = annotation.quote.join(' / ');
return annotation;
};
......
// Generated by CoffeeScript 1.6.3
/*
** Annotator 1.2.6-dev-0d3b920
** Annotator 1.2.6-dev-ce90a27
** https://github.com/okfn/annotator/
**
** Copyright 2012 Aron Carroll, Rufus Pollock, and Nick Stenning.
** Dual licensed under the MIT and GPLv3 licenses.
** https://github.com/okfn/annotator/blob/master/LICENSE
**
** Built at: 2014-08-19 23:59:29Z
** Built at: 2014-09-25 22:17:10Z
*/
......
// Generated by CoffeeScript 1.6.3
/*
** Annotator 1.2.6-dev-5c36e53
** Annotator 1.2.6-dev-ce90a27
** https://github.com/okfn/annotator/
**
** Copyright 2012 Aron Carroll, Rufus Pollock, and Nick Stenning.
** Dual licensed under the MIT and GPLv3 licenses.
** https://github.com/okfn/annotator/blob/master/LICENSE
**
** Built at: 2014-06-17 21:13:09Z
** Built at: 2014-09-25 22:17:05Z
*/
......
// Generated by CoffeeScript 1.6.3
/*
** Annotator 1.2.6-dev-5c36e53
** Annotator 1.2.6-dev-ce90a27
** https://github.com/okfn/annotator/
**
** Copyright 2012 Aron Carroll, Rufus Pollock, and Nick Stenning.
** Dual licensed under the MIT and GPLv3 licenses.
** https://github.com/okfn/annotator/blob/master/LICENSE
**
** Built at: 2014-06-17 21:13:10Z
** Built at: 2014-09-25 22:17:05Z
*/
......
// Generated by CoffeeScript 1.6.3
/*
** Annotator 1.2.6-dev-5c36e53
** Annotator 1.2.6-dev-ce90a27
** https://github.com/okfn/annotator/
**
** Copyright 2012 Aron Carroll, Rufus Pollock, and Nick Stenning.
** Dual licensed under the MIT and GPLv3 licenses.
** https://github.com/okfn/annotator/blob/master/LICENSE
**
** Built at: 2014-06-17 21:13:14Z
** Built at: 2014-09-25 22:17:07Z
*/
......
// Generated by CoffeeScript 1.6.3
/*
** Annotator 1.2.6-dev-5c36e53
** Annotator 1.2.6-dev-ce90a27
** https://github.com/okfn/annotator/
**
** Copyright 2012 Aron Carroll, Rufus Pollock, and Nick Stenning.
** Dual licensed under the MIT and GPLv3 licenses.
** https://github.com/okfn/annotator/blob/master/LICENSE
**
** Built at: 2014-06-17 21:13:13Z
** Built at: 2014-09-25 22:17:07Z
*/
......
// Generated by CoffeeScript 1.6.3
/*
** Annotator 1.2.6-dev-5c36e53
** Annotator 1.2.6-dev-ce90a27
** https://github.com/okfn/annotator/
**
** Copyright 2012 Aron Carroll, Rufus Pollock, and Nick Stenning.
** Dual licensed under the MIT and GPLv3 licenses.
** https://github.com/okfn/annotator/blob/master/LICENSE
**
** Built at: 2014-06-17 21:13:16Z
** Built at: 2014-09-25 22:17:08Z
*/
......
// Generated by CoffeeScript 1.6.3
/*
** Annotator 1.2.6-dev-5c36e53
** Annotator 1.2.6-dev-ce90a27
** https://github.com/okfn/annotator/
**
** Copyright 2012 Aron Carroll, Rufus Pollock, and Nick Stenning.
** Dual licensed under the MIT and GPLv3 licenses.
** https://github.com/okfn/annotator/blob/master/LICENSE
**
** Built at: 2014-06-17 21:13:17Z
** Built at: 2014-09-25 22:17:09Z
*/
......
// Generated by CoffeeScript 1.6.3
/*
** Annotator 1.2.6-dev-0d3b920
** Annotator 1.2.6-dev-ce90a27
** https://github.com/okfn/annotator/
**
** Copyright 2012 Aron Carroll, Rufus Pollock, and Nick Stenning.
** Dual licensed under the MIT and GPLv3 licenses.
** https://github.com/okfn/annotator/blob/master/LICENSE
**
** Built at: 2014-08-19 23:59:28Z
** Built at: 2014-09-25 22:17:08Z
*/
......
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