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
fix conflicts
pull/49/head
Lewis Chung
10 years ago
parent
25f03135c6
commit
8a37c100fc
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/screenboard.js
+ 1
- 1
lib/api/screenboard.js
View File
@ -58,7 +58,7 @@ var util = require("util");
*
`
`
`
*
`
`
`
*
/
*
/
function
create
(
boardTitle
,
widgets
,
options
,
callback
)
{
function
create
(
boardTitle
,
widgets
,
options
,
callback
)
{
if
(
arguments
.
length
<
5
&&
typeof
arguments
[
3
]
===
"function"
)
{
if
(
arguments
.
length
<
4
&&
typeof
arguments
[
2
]
===
"function"
)
{
callback
=
options
;
callback
=
options
;
options
=
{
}
;
options
=
{
}
;
}
}
Write
Preview
Loading…
Cancel
Save