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
fixes
#18
, unknown parameter issue
pull/19/head
Brett Langdon
11 years ago
parent
3b458991c5
commit
6f2d50850a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lib/api/metric.js
+ 1
- 1
lib/api/metric.js
View File
@ -35,7 +35,7 @@ var client = require("../client");
*
/
function
send
(
metric
,
points
,
extra
,
callback
)
{
if
(
arguments
.
length
<
4
&&
typeof
arguments
[
2
]
===
"function"
)
{
callback
=
ta
gs
;
callback
=
ex
t
r
a
;
extra
=
{
}
;
}
Write
Preview
Loading…
Cancel
Save