Skip to content

Commit

Permalink
fix comment refers to an invalid property name
Browse files Browse the repository at this point in the history
  • Loading branch information
crissdev committed Oct 9, 2019
1 parent cad52db commit 7cd4346
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/knockout.validation.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// AMD anonymous module with hard-coded dependency on "knockout"
define(["knockout", "exports"], factory);
} else {
// <script> tag: use the global `ko` object, attaching a `mapping` property
// <script> tag: use the global `ko` object, attaching a `validation` property
factory(ko, ko.validation = {});
}
}(function ( ko, exports ) {
Expand Down
2 changes: 1 addition & 1 deletion src/ko.validation.start.frag
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// AMD anonymous module with hard-coded dependency on "knockout"
define(["knockout", "exports"], factory);
} else {
// <script> tag: use the global `ko` object, attaching a `mapping` property
// <script> tag: use the global `ko` object, attaching a `validation` property
factory(ko, ko.validation = {});
}
}(function ( ko, exports ) {
Expand Down

0 comments on commit 7cd4346

Please sign in to comment.