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:
@@ -7,7 +7,7 @@ namespace umbraco.presentation.ClientDependency
|
||||
public interface IClientDependencyFile
|
||||
{
|
||||
string FilePath { get; set; }
|
||||
ClientDependencyType DependencyType { get; set; }
|
||||
ClientDependencyType DependencyType { get; }
|
||||
string InvokeJavascriptMethodOnLoad { get; set; }
|
||||
int Priority { get; set; }
|
||||
//string CompositeGroupName { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user