DO NOT DOWNLOAD. DOWNLOAD LATEST STABLE FROM RELEASE TAB
More ClientDependency work...converting script and link tags slowly, debug is now off so compression is working. [TFS Changeset #56602]
This commit is contained in:
17
umbraco/presentation.ClientDependency/Controls/JsInclude.cs
Normal file
17
umbraco/presentation.ClientDependency/Controls/JsInclude.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace umbraco.presentation.ClientDependency.Controls
|
||||
{
|
||||
public class JsInclude : ClientDependencyInclude
|
||||
{
|
||||
|
||||
public JsInclude()
|
||||
{
|
||||
DependencyType = ClientDependencyType.Javascript;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user