From 6bbee4ef40ea557df2976708b5e40c285609916e Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Thu, 14 Aug 2014 14:50:12 +0200 Subject: [PATCH] released version v0.0.3 --- lib/Connectors/IwcConnector.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Connectors/IwcConnector.coffee b/lib/Connectors/IwcConnector.coffee index f187c2af..397955d4 100644 --- a/lib/Connectors/IwcConnector.coffee +++ b/lib/Connectors/IwcConnector.coffee @@ -1,6 +1,7 @@ # # @param {Function} callback The callback is called when the connector is initialized. +# @param {String} initial_user_id Optional. You can set you own user_id (since the ids of duiclient are not always unique) # createIwcConnector = (callback, initial_user_id)-> iwcHandler = {}