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
a7928fc3
Commit
a7928fc3
authored
Apr 10, 2013
by
Randall Leeds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update annotator to 1.2.6-dev-939cdee
fixes #328
parent
7ce59911
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
9 deletions
+9
-9
annotator.auth.js
h/lib/annotator.auth.js
+2
-2
annotator.js
h/lib/annotator.js
+2
-2
annotator.permissions.js
h/lib/annotator.permissions.js
+2
-2
annotator.store.js
h/lib/annotator.store.js
+3
-3
No files found.
h/lib/annotator.auth.js
View file @
a7928fc3
/*
** Annotator 1.2.
5-dev-5a5e03a
** Annotator 1.2.
6-dev-939cdee
** 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: 2013-0
2-25 17:23:26
Z
** Built at: 2013-0
4-10 07:38:34
Z
*/
(
function
()
{
...
...
h/lib/annotator.js
View file @
a7928fc3
/*
** Annotator 1.2.6-dev-
d9ed1c1
** Annotator 1.2.6-dev-
939cdee
** 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: 2013-04-10 07:
08:00
Z
** Built at: 2013-04-10 07:
38:29
Z
*/
(
function
()
{
...
...
h/lib/annotator.permissions.js
View file @
a7928fc3
/*
** Annotator 1.2.
5-dev-5a5e03a
** Annotator 1.2.
6-dev-939cdee
** 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: 2013-0
2-25 17:23:22
Z
** Built at: 2013-0
4-10 07:38:36
Z
*/
(
function
()
{
...
...
h/lib/annotator.store.js
View file @
a7928fc3
/*
** Annotator 1.2.6-dev-
383514
e
** Annotator 1.2.6-dev-
939cde
e
** 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: 2013-04-
09 22:05:51
Z
** Built at: 2013-04-
10 07:38:36
Z
*/
(
function
()
{
...
...
@@ -120,7 +120,7 @@
Store
.
prototype
.
_onLoadAnnotations
=
function
(
data
)
{
if
(
data
==
null
)
data
=
[];
this
.
annotations
=
data
;
this
.
annotations
=
this
.
annotations
.
concat
(
data
)
;
return
this
.
annotator
.
loadAnnotations
(
data
.
slice
());
};
...
...
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