Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
60b67a8f
Commit
60b67a8f
authored
Sep 25, 2014
by
Randall Leeds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update annotator to typed-packaging@ce90a27
Updates PDF plugin and stops creating excess quote properties.
parent
e1b82680
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
27 additions
and
30 deletions
+27
-30
annotator.auth.js
h/static/scripts/vendor/annotator.auth.js
+2
-2
annotator.document.js
h/static/scripts/vendor/annotator.document.js
+2
-2
annotator.domtextmapper.js
h/static/scripts/vendor/annotator.domtextmapper.js
+2
-2
annotator.fuzzytextanchors.js
h/static/scripts/vendor/annotator.fuzzytextanchors.js
+2
-2
annotator.js
h/static/scripts/vendor/annotator.js
+3
-6
annotator.pdf.js
h/static/scripts/vendor/annotator.pdf.js
+2
-2
annotator.permissions.js
h/static/scripts/vendor/annotator.permissions.js
+2
-2
annotator.store.js
h/static/scripts/vendor/annotator.store.js
+2
-2
annotator.textanchors.js
h/static/scripts/vendor/annotator.textanchors.js
+2
-2
annotator.texthighlights.js
h/static/scripts/vendor/annotator.texthighlights.js
+2
-2
annotator.textposition.js
h/static/scripts/vendor/annotator.textposition.js
+2
-2
annotator.textquote.js
h/static/scripts/vendor/annotator.textquote.js
+2
-2
annotator.textrange.js
h/static/scripts/vendor/annotator.textrange.js
+2
-2
No files found.
h/static/scripts/vendor/annotator.auth.js
View file @
60b67a8f
// 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-0
6-17 21:13:03
Z
** Built at: 2014-0
9-25 22:17:02
Z
*/
...
...
h/static/scripts/vendor/annotator.document.js
View file @
60b67a8f
// 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-0
6-17 21:13:04
Z
** Built at: 2014-0
9-25 22:17:03
Z
*/
...
...
h/static/scripts/vendor/annotator.domtextmapper.js
View file @
60b67a8f
// 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-0
6-17 21:13:12
Z
** Built at: 2014-0
9-25 22:17:06
Z
*/
...
...
h/static/scripts/vendor/annotator.fuzzytextanchors.js
View file @
60b67a8f
// 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-0
6-17 21:13:18
Z
** Built at: 2014-0
9-25 22:17:09
Z
*/
...
...
h/static/scripts/vendor/annotator.js
View file @
60b67a8f
// 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-0
6-17 21:12:58
Z
** Built at: 2014-0
9-25 22:17:00
Z
*/
...
...
@@ -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
;
};
...
...
h/static/scripts/vendor/annotator.pdf.js
View file @
60b67a8f
// 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-0
8-19 23:59:29
Z
** Built at: 2014-0
9-25 22:17:10
Z
*/
...
...
h/static/scripts/vendor/annotator.permissions.js
View file @
60b67a8f
// 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-0
6-17 21:13:09
Z
** Built at: 2014-0
9-25 22:17:05
Z
*/
...
...
h/static/scripts/vendor/annotator.store.js
View file @
60b67a8f
// 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-0
6-17 21:13:10
Z
** Built at: 2014-0
9-25 22:17:05
Z
*/
...
...
h/static/scripts/vendor/annotator.textanchors.js
View file @
60b67a8f
// 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-0
6-17 21:13:14
Z
** Built at: 2014-0
9-25 22:17:07
Z
*/
...
...
h/static/scripts/vendor/annotator.texthighlights.js
View file @
60b67a8f
// 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-0
6-17 21:13:13
Z
** Built at: 2014-0
9-25 22:17:07
Z
*/
...
...
h/static/scripts/vendor/annotator.textposition.js
View file @
60b67a8f
// 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-0
6-17 21:13:16
Z
** Built at: 2014-0
9-25 22:17:08
Z
*/
...
...
h/static/scripts/vendor/annotator.textquote.js
View file @
60b67a8f
// 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-0
6-17 21:13:17
Z
** Built at: 2014-0
9-25 22:17:09
Z
*/
...
...
h/static/scripts/vendor/annotator.textrange.js
View file @
60b67a8f
// 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-0
8-19 23:59:2
8Z
** Built at: 2014-0
9-25 22:17:0
8Z
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment