mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Renamed and moved to module Observable creation functions.
This commit is contained in:
@@ -529,7 +529,7 @@ export function test_CorrectPropertyValueAfterUsingWrappedValue() {
|
||||
|
||||
export function test_NestedObservablesWithObservableArrayShouldNotCrash() {
|
||||
let someObservableArray = new ObservableArray<any>();
|
||||
let testObservable = observable.Observable.fromJSONRecursive({
|
||||
let testObservable = observable.fromObjectRecursive({
|
||||
firstProp: "test string",
|
||||
secondProp: someObservableArray
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user