This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
node-dogapi
mirror of
https://github.com/brettlangdon/node-dogapi.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
40
Wiki
Activity
Browse Source
Merge
02d4c5bda5
into
54f6164f58
pull/87/merge
Aras Abbasi
5 days ago
committed by
GitHub
parent
54f6164f58
02d4c5bda5
commit
addff4c3d5
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lib/api/event.js
+ 1
- 1
lib/api/event.js
View File
@ -118,7 +118,7 @@ function get(eventId, callback){
*
`
`
`
*
`
`
`
*
/
*
/
function
query
(
start
,
end
,
parameters
,
callback
)
{
function
query
(
start
,
end
,
parameters
,
callback
)
{
if
(
arguments
.
length
<
4
&&
typeof
argument
[
2
]
===
"function"
)
{
if
(
arguments
.
length
<
4
&&
typeof
argument
s
[
2
]
===
"function"
)
{
callback
=
parameters
;
callback
=
parameters
;
parameters
=
{
}
;
parameters
=
{
}
;
}
}
Write
Preview
Loading…
Cancel
Save