mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
normalize line ending (CRLF -> LF)
This commit is contained in:
@@ -1 +1 @@
|
||||
|
||||
|
||||
|
||||
Vendored
+631
-631
File diff suppressed because it is too large
Load Diff
@@ -1,11 +1,11 @@
|
||||
/// <reference path="./knockout.d.ts" />
|
||||
|
||||
import ko = require("knockout");
|
||||
|
||||
var myArray = ko.observableArray([1, 2, 3]);
|
||||
|
||||
class MyViewModel {
|
||||
name = ko.observable("Jeff");
|
||||
}
|
||||
|
||||
ko.applyBindings(new MyViewModel());
|
||||
/// <reference path="./knockout.d.ts" />
|
||||
|
||||
import ko = require("knockout");
|
||||
|
||||
var myArray = ko.observableArray([1, 2, 3]);
|
||||
|
||||
class MyViewModel {
|
||||
name = ko.observable("Jeff");
|
||||
}
|
||||
|
||||
ko.applyBindings(new MyViewModel());
|
||||
|
||||
@@ -1 +1 @@
|
||||
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user