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
701b393c
Commit
701b393c
authored
Oct 16, 2015
by
Nick Stenning
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a couple of missing/typo'd dependency annotations
parent
c85685e9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
app.coffee
h/static/scripts/app.coffee
+2
-1
cross-frame.coffee
h/static/scripts/cross-frame.coffee
+1
-1
stream-controller.coffee
h/static/scripts/stream-controller.coffee
+1
-1
No files found.
h/static/scripts/app.coffee
View file @
701b393c
...
@@ -32,8 +32,9 @@ resolve =
...
@@ -32,8 +32,9 @@ resolve =
configureDocument
=
[
'$provide'
,
(
$provide
)
->
configureDocument
=
[
'$provide'
,
(
$provide
)
->
$provide
.
decorator
'$document'
,
(
$delegate
)
->
$provide
.
decorator
'$document'
,
[
'$delegate'
,
(
$delegate
)
->
$delegate
.
prop
(
'baseURI'
,
baseURI
)
$delegate
.
prop
(
'baseURI'
,
baseURI
)
]
]
]
...
...
h/static/scripts/cross-frame.coffee
View file @
701b393c
# Instantiates all objects used for cross frame discovery and communication.
# Instantiates all objects used for cross frame discovery and communication.
module
.
exports
=
class
CrossFrame
module
.
exports
=
class
CrossFrame
this
.
inject
=
[
this
.
$
inject
=
[
'$rootScope'
,
'$document'
,
'$window'
,
'store'
,
'annotationUI'
'$rootScope'
,
'$document'
,
'$window'
,
'store'
,
'annotationUI'
'Discovery'
,
'bridge'
,
'Discovery'
,
'bridge'
,
'AnnotationSync'
,
'AnnotationUISync'
'AnnotationSync'
,
'AnnotationUISync'
...
...
h/static/scripts/stream-controller.coffee
View file @
701b393c
...
@@ -3,7 +3,7 @@ mail = require('./vendor/jwz')
...
@@ -3,7 +3,7 @@ mail = require('./vendor/jwz')
module
.
exports
=
class
StreamController
module
.
exports
=
class
StreamController
this
.
inject
=
[
this
.
$
inject
=
[
'$scope'
,
'$route'
,
'$rootScope'
,
'$routeParams'
,
'$scope'
,
'$route'
,
'$rootScope'
,
'$routeParams'
,
'queryParser'
,
'searchFilter'
,
'store'
,
'queryParser'
,
'searchFilter'
,
'store'
,
'streamer'
,
'streamFilter'
,
'threading'
,
'annotationMapper'
'streamer'
,
'streamFilter'
,
'threading'
,
'annotationMapper'
...
...
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