Browse Source

fix conflicts

pull/49/head
Lewis Chung 10 years ago
parent
commit
8a37c100fc
1 changed files with 1 additions and 1 deletions
  1. +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){
if(arguments.length < 5 && typeof arguments[3] === "function"){
if(arguments.length < 4 && typeof arguments[2] === "function"){
callback = options;
options = {};
}


Loading…
Cancel
Save