Skip to content

Commit 56b3468

Browse files
committed
Merge pull request #510 from Knockout-Contrib/issue-496
Remove deprecated configure method
2 parents 9027fe5 + fc3b0a3 commit 56b3468

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

Dist/knockout.validation.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,6 @@ kv.configuration = configuration;
319319

320320
isInitialized = 1;
321321
},
322-
// backwards compatibility
323-
configure: function (options) { kv.init(options); },
324322

325323
// resets the config back to its original state
326324
reset: kv.configuration.reset,

Dist/knockout.validation.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)