base2.js has been moved to that nice farm upstate

This commit is contained in:
Warren
2018-08-01 13:35:00 +01:00
parent 90267338a4
commit 956d1d53a6
5 changed files with 0 additions and 1688 deletions

View File

@@ -12,7 +12,6 @@ namespace Umbraco.Web.UI.Bundles
/// </summary>
[ClientDependency(ClientDependencyType.Javascript, "Application/NamespaceManager.js", "UmbracoClient", Priority = 0, Group = 0)]
[ClientDependency(ClientDependencyType.Javascript, "Application/UmbracoUtils.js", "UmbracoClient", Priority = 1, Group = 0)]
[ClientDependency(ClientDependencyType.Javascript, "ui/base2.js", "UmbracoClient", Priority = 3, Group = 0)]
public class JsApplicationLib : Control
{
}