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
4dae28ce
Commit
4dae28ce
authored
Jun 17, 2014
by
Randall Leeds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to typed-anchors@5c36e53
Fix #1265
parent
1b1b5fbd
Changes
13
Show whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
27 additions
and
27 deletions
+27
-27
annotator.auth.js
h/lib/annotator.auth.js
+2
-2
annotator.document.js
h/lib/annotator.document.js
+2
-2
annotator.domtextmapper.js
h/lib/annotator.domtextmapper.js
+2
-2
annotator.fuzzytextanchors.js
h/lib/annotator.fuzzytextanchors.js
+2
-2
annotator.js
h/lib/annotator.js
+3
-3
annotator.pdf.js
h/lib/annotator.pdf.js
+2
-2
annotator.permissions.js
h/lib/annotator.permissions.js
+2
-2
annotator.store.js
h/lib/annotator.store.js
+2
-2
annotator.textanchors.js
h/lib/annotator.textanchors.js
+2
-2
annotator.texthighlights.js
h/lib/annotator.texthighlights.js
+2
-2
annotator.textposition.js
h/lib/annotator.textposition.js
+2
-2
annotator.textquote.js
h/lib/annotator.textquote.js
+2
-2
annotator.textrange.js
h/lib/annotator.textrange.js
+2
-2
No files found.
h/lib/annotator.auth.js
View file @
4dae28ce
// Generated by CoffeeScript 1.6.3
/*
** Annotator 1.2.6-dev-
fe86544
** Annotator 1.2.6-dev-
5c36e53
** 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
5-29 13:17:47
Z
** Built at: 2014-0
6-17 21:13:03
Z
*/
...
...
h/lib/annotator.document.js
View file @
4dae28ce
// Generated by CoffeeScript 1.6.3
/*
** Annotator 1.2.6-dev-
fe86544
** Annotator 1.2.6-dev-
5c36e53
** 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
5-29 13:17:48
Z
** Built at: 2014-0
6-17 21:13:04
Z
*/
...
...
h/lib/annotator.domtextmapper.js
View file @
4dae28ce
// Generated by CoffeeScript 1.6.3
/*
** Annotator 1.2.6-dev-
fe86544
** Annotator 1.2.6-dev-
5c36e53
** 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
5-29 13:17:54
Z
** Built at: 2014-0
6-17 21:13:12
Z
*/
...
...
h/lib/annotator.fuzzytextanchors.js
View file @
4dae28ce
// Generated by CoffeeScript 1.6.3
/*
** Annotator 1.2.6-dev-
fe86544
** Annotator 1.2.6-dev-
5c36e53
** 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
5-29 13:18:00
Z
** Built at: 2014-0
6-17 21:13:18
Z
*/
...
...
h/lib/annotator.js
View file @
4dae28ce
// Generated by CoffeeScript 1.6.3
/*
** Annotator 1.2.6-dev-
fe86544
** Annotator 1.2.6-dev-
5c36e53
** 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
5-29 13:17:44
Z
** Built at: 2014-0
6-17 21:12:58
Z
*/
...
...
@@ -1028,7 +1028,7 @@
if
(
$
(
el
).
css
(
'position'
)
===
'static'
)
{
_results
.
push
(
-
1
);
}
else
{
_results
.
push
(
parse
In
t
(
$
(
el
).
css
(
'z-index'
),
10
)
||
-
1
);
_results
.
push
(
parse
Floa
t
(
$
(
el
).
css
(
'z-index'
),
10
)
||
-
1
);
}
}
return
_results
;
...
...
h/lib/annotator.pdf.js
View file @
4dae28ce
// Generated by CoffeeScript 1.6.3
/*
** Annotator 1.2.6-dev-
fe86544
** Annotator 1.2.6-dev-
5c36e53
** 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
5-29 13:18:01
Z
** Built at: 2014-0
6-17 21:13:19
Z
*/
...
...
h/lib/annotator.permissions.js
View file @
4dae28ce
// Generated by CoffeeScript 1.6.3
/*
** Annotator 1.2.6-dev-
fe86544
** Annotator 1.2.6-dev-
5c36e53
** 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
5-29 13:17:51
Z
** Built at: 2014-0
6-17 21:13:09
Z
*/
...
...
h/lib/annotator.store.js
View file @
4dae28ce
// Generated by CoffeeScript 1.6.3
/*
** Annotator 1.2.6-dev-
fe86544
** Annotator 1.2.6-dev-
5c36e53
** 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
5-29 13:17:52
Z
** Built at: 2014-0
6-17 21:13:10
Z
*/
...
...
h/lib/annotator.textanchors.js
View file @
4dae28ce
// Generated by CoffeeScript 1.6.3
/*
** Annotator 1.2.6-dev-
fe86544
** Annotator 1.2.6-dev-
5c36e53
** 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
5-29 13:17:55
Z
** Built at: 2014-0
6-17 21:13:14
Z
*/
...
...
h/lib/annotator.texthighlights.js
View file @
4dae28ce
// Generated by CoffeeScript 1.6.3
/*
** Annotator 1.2.6-dev-
fe86544
** Annotator 1.2.6-dev-
5c36e53
** 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
5-29 13:17:55
Z
** Built at: 2014-0
6-17 21:13:13
Z
*/
...
...
h/lib/annotator.textposition.js
View file @
4dae28ce
// Generated by CoffeeScript 1.6.3
/*
** Annotator 1.2.6-dev-
fe86544
** Annotator 1.2.6-dev-
5c36e53
** 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
5-29 13:17:58
Z
** Built at: 2014-0
6-17 21:13:16
Z
*/
...
...
h/lib/annotator.textquote.js
View file @
4dae28ce
// Generated by CoffeeScript 1.6.3
/*
** Annotator 1.2.6-dev-
fe86544
** Annotator 1.2.6-dev-
5c36e53
** 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
5-29 13:17:59
Z
** Built at: 2014-0
6-17 21:13:17
Z
*/
...
...
h/lib/annotator.textrange.js
View file @
4dae28ce
// Generated by CoffeeScript 1.6.3
/*
** Annotator 1.2.6-dev-
fe86544
** Annotator 1.2.6-dev-
5c36e53
** 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
5-29 13:17:57
Z
** Built at: 2014-0
6-17 21:13:15
Z
*/
...
...
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