Changes the web.config template to use a linked resources (one file)

This commit is contained in:
Shannon
2013-11-26 20:03:13 +11:00
parent 327d17c90e
commit 2391ee1368
8 changed files with 17 additions and 84 deletions

View File

@@ -9,7 +9,7 @@ namespace Umbraco.Web.UI.JavaScript
{
/// <summary>
/// Can allow developers to add custom variables on startup
/// Could allow developers to add custom variables on startup - not sure if we want to allow that ? maybe.
/// </summary>
internal static EventHandler<Dictionary<string, object>> Parsing;