From 8a37c100fcdb7895196d9a25662f8e72e3af93de Mon Sep 17 00:00:00 2001 From: Lewis Chung Date: Mon, 1 Aug 2016 14:17:52 -0700 Subject: [PATCH] fix conflicts --- lib/api/screenboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/api/screenboard.js b/lib/api/screenboard.js index 6096a66..a211010 100644 --- a/lib/api/screenboard.js +++ b/lib/api/screenboard.js @@ -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 = {}; }