Clone 3.5.1 from github

This commit is contained in:
djmaze 2020-09-17 16:27:00 +02:00
parent 5d281486d0
commit 091c4ec811
65 changed files with 6957 additions and 7 deletions

3
vendors/knockout/src/version.js vendored Normal file
View file

@ -0,0 +1,3 @@
ko.version = "##VERSION##";
ko.exportSymbol('version', ko.version);