Skip to content

Commit 7cd4346

Browse files
committed
fix comment refers to an invalid property name
1 parent cad52db commit 7cd4346

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/knockout.validation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// AMD anonymous module with hard-coded dependency on "knockout"
1919
define(["knockout", "exports"], factory);
2020
} else {
21-
// <script> tag: use the global `ko` object, attaching a `mapping` property
21+
// <script> tag: use the global `ko` object, attaching a `validation` property
2222
factory(ko, ko.validation = {});
2323
}
2424
}(function ( ko, exports ) {

src/ko.validation.start.frag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// AMD anonymous module with hard-coded dependency on "knockout"
1111
define(["knockout", "exports"], factory);
1212
} else {
13-
// <script> tag: use the global `ko` object, attaching a `mapping` property
13+
// <script> tag: use the global `ko` object, attaching a `validation` property
1414
factory(ko, ko.validation = {});
1515
}
1616
}(function ( ko, exports ) {

0 commit comments

Comments
 (0)