mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
Fixing type errors in tests
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
* Contains the ObservableArray class, which is capable of detecting and responding to changes of a collection of objects.
|
||||
*/
|
||||
declare module "data/observable-array" {
|
||||
import observable = require("data/observable");
|
||||
import * as observable from "data/observable";
|
||||
|
||||
/**
|
||||
* Event args for "changed" event.
|
||||
|
Reference in New Issue
Block a user