publicizes server vars parser and event

This commit is contained in:
Shannon
2014-01-16 12:31:29 +11:00
parent f334c3d74a
commit 1e2e26d898

View File

@@ -4,14 +4,13 @@ using Newtonsoft.Json.Linq;
namespace Umbraco.Web.UI.JavaScript
{
internal class ServerVariablesParser
public sealed class ServerVariablesParser
{
/// <summary>
/// Could allow developers to add custom variables on startup - not sure if we want to allow that ? maybe.
/// Could allow developers to add custom variables on startup
/// </summary>
internal static EventHandler<Dictionary<string, object>> Parsing;
public static EventHandler<Dictionary<string, object>> Parsing;
internal const string Token = "##Variables##";