Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
Added some notes from Hiroyasu Nishiyama.
  • Loading branch information
seth350 committed Jan 2, 2019
1 parent 1c8b349 commit e46089e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion node-red-contrib-ui-mylittleuinode/mylittleuinode.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
* !!REQUIRED!!
*
* Convert Back Function
* Callback to convert sent message.
*
* TODO: Need help explaining this one.
*/
Expand All @@ -134,6 +135,7 @@
* !!REQUIRED!!
*
* Before Emit Function
* Callback to prepare message
*
* TODO: Need help explaining this one.
*/
Expand All @@ -148,6 +150,7 @@
* !!REQUIRED!!
*
* Before Send Function
* Callback to prepare message.
*
* TODO: Need help explaining this one.
*/
Expand All @@ -162,7 +165,8 @@
/********************************************************************
* !!REQUIRED!!
*
* Init Controller
* Init Controller
* Callback to initialize in controller.
*
* The initController is where most of the magic happens, to let the dashboard communicate with
* the Node-RED flow.
Expand Down

0 comments on commit e46089e

Please sign in to comment.