mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
style: formatting and whitespaces (#7840)
This commit is contained in:
committed by
Manol Donev
parent
3b5785146f
commit
dfcbe6c319
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name" : "virtual-array",
|
||||
"name": "virtual-array",
|
||||
"types": "virtual-array.d.ts",
|
||||
"main" : "virtual-array"
|
||||
"main": "virtual-array"
|
||||
}
|
||||
|
||||
@@ -63,7 +63,7 @@ export class VirtualArray<T> extends observable.Observable {
|
||||
|
||||
/**
|
||||
* A basic method signature to hook an event listener (shortcut alias to the addEventListener method).
|
||||
* @param eventNames - String corresponding to events (e.g. "propertyChange"). Optionally could be used more events separated by `,` (e.g. "propertyChange", "change").
|
||||
* @param eventNames - String corresponding to events (e.g. "propertyChange"). Optionally could be used more events separated by `,` (e.g. "propertyChange", "change").
|
||||
* @param callback - Callback function which will be executed when event is raised.
|
||||
* @param thisArg - An optional parameter which will be used as `this` context for callback execution.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user