mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
Add module names for the typedoc, make it work
Mark members with @private for typedoc.
This commit is contained in:
@ -1,8 +1,10 @@
|
||||
// Test: http://jsperf.com/array-vs-observable-array-vs-array-observe
|
||||
|
||||
/**
|
||||
/**
|
||||
* @module "data/observable-array"
|
||||
*
|
||||
* Contains the ObservableArray class, which is capable of detecting and responding to changes of a collection of objects.
|
||||
*/
|
||||
*/ /** */
|
||||
|
||||
// Test: http://jsperf.com/array-vs-observable-array-vs-array-observe
|
||||
import * as observable from "../observable";
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user