upgraded other projs to 4.5, added page to render for back office for, now to get requirejs wired up properly as its not returning the correct

paths.
This commit is contained in:
Shannon Deminick
2013-05-27 01:23:49 -10:00
parent faae0b85cb
commit cdbd1b504f
30 changed files with 17051 additions and 51 deletions

View File

@@ -17,7 +17,7 @@ namespace Umbraco.Web.UI.JavaScript
internal static string Parse(Dictionary<string, object> items)
{
var vars = JsResources.ServerVariables;
var vars = Resources.ServerVariables;
if (Parsing != null)
{