mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
fix knockout/knockoutamd-tests.ts
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
/// <reference path="./knockout.d.ts" />
|
||||
|
||||
import ko = require("knockout");
|
||||
|
||||
var myArray = ko.observableArray([1, 2, 3]);
|
||||
@@ -6,4 +8,4 @@ class MyViewModel {
|
||||
name = ko.observable("Jeff");
|
||||
}
|
||||
|
||||
ko.applyBindings(new MyViewModel());
|
||||
ko.applyBindings(new MyViewModel());
|
||||
|
||||
Reference in New Issue
Block a user