mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Upgrading Knockout from 3.4.0 to 3.5.1
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,8 @@ namespace Orchard.Resources.ResourceManifests {
|
||||
manifest.DefineScript("Knockout")
|
||||
.SetUrl("Knockout/knockout.min.js", "Knockout/knockout.js")
|
||||
// TODO: Set the CDN URL as soon as its available on the AJAXCDN site for this version.
|
||||
.SetVersion("3.4.0");
|
||||
// 3.5.1 is not available, only 3.5.0.
|
||||
.SetVersion("3.5.1");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user