We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0fff02 commit 4f656e3Copy full SHA for 4f656e3
1 file changed
lib/signin.js
@@ -229,7 +229,9 @@ UI.widgets.ensureTypeIndexes = function(context) {
229
}) // Promise
230
} // ensureTypeIndexes
231
232
-// Returns promise of array of symbols
+// Returns promise of context with arrays of symbols
233
+// context.instances
234
+// context.containers
235
//
236
UI.widgets.findAppInstances = function(context, klass) {
237
return new Promise(function(resolve, reject){
0 commit comments