fixed issue U4-6419 by removing that character

This commit is contained in:
Helmuth Bederna
2015-03-18 10:41:15 +01:00
parent 8cefe22bee
commit f742c0a958

View File

@@ -19,7 +19,7 @@ namespace Umbraco.Web.Models
[DataMember(Name = "group")]
public string Group { get; set; }
[DataMember(Name = "nodeCount`")]
[DataMember(Name = "nodeCount")]
public int NodeCount { get; set; }
}
}