Skip to content

Commit 4f656e3

Browse files
author
Tim Berners-Lee
committed
minor - comments only
1 parent d0fff02 commit 4f656e3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

lib/signin.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,9 @@ UI.widgets.ensureTypeIndexes = function(context) {
229229
}) // Promise
230230
} // ensureTypeIndexes
231231

232-
// Returns promise of array of symbols
232+
// Returns promise of context with arrays of symbols
233+
// context.instances
234+
// context.containers
233235
//
234236
UI.widgets.findAppInstances = function(context, klass) {
235237
return new Promise(function(resolve, reject){

0 commit comments

Comments
 (0)