diff --git a/src/Umbraco.Web/UI/JavaScript/ServerVariablesParser.cs b/src/Umbraco.Web/UI/JavaScript/ServerVariablesParser.cs index 6b32c68b2c..bab84de3ad 100644 --- a/src/Umbraco.Web/UI/JavaScript/ServerVariablesParser.cs +++ b/src/Umbraco.Web/UI/JavaScript/ServerVariablesParser.cs @@ -4,14 +4,13 @@ using Newtonsoft.Json.Linq; namespace Umbraco.Web.UI.JavaScript { - - internal class ServerVariablesParser + public sealed class ServerVariablesParser { /// - /// 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 /// - internal static EventHandler> Parsing; + public static EventHandler> Parsing; internal const string Token = "##Variables##";