mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
Fixing type errors in tests
This commit is contained in:
@ -2,8 +2,8 @@
|
||||
* Contains the VirtualArray class, which is an advanced array like class that helps loading items on demand.
|
||||
*/
|
||||
declare module "data/virtual-array" {
|
||||
import observable = require("data/observable");
|
||||
import observableArray = require("data/observable-array");
|
||||
import * as observable from "data/observable";
|
||||
import * as observableArray from "data/observable-array";
|
||||
|
||||
/**
|
||||
* Provides event args for "changed" event.
|
||||
|
Reference in New Issue
Block a user