mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Big replacement: bool with boolean
This commit is contained in:
Vendored
+1
-1
@@ -336,7 +336,7 @@ interface IDurandalViewModelActiveItem {
|
||||
*/
|
||||
includeIn(includeIn: any): JQueryPromise;
|
||||
/**
|
||||
* Sets up a collection representing a pool of objects which the activator will activate. See below for details. Activators without an item bool always close their values on deactivate. Activators with an items pool only deactivate, but do not close them.
|
||||
* Sets up a collection representing a pool of objects which the activator will activate. See below for details. Activators without an item boolean always close their values on deactivate. Activators with an items pool only deactivate, but do not close them.
|
||||
*/
|
||||
forItems(items): IDurandalViewModelActiveItem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user