Removed T property that was hiding T from base.

This commit is contained in:
Sipke Schoorstra
2015-02-27 20:07:23 +01:00
parent b476b2f8c6
commit 7eb8ba993a

View File

@@ -10,8 +10,6 @@ namespace Orchard.DynamicForms.Bindings {
T = NullLocalizer.Instance;
}
public Localizer T { get; set; }
public void Describe(BindingDescribeContext context) {
context.For<BooleanField>()
.Binding("Value", (contentItem, field, s) => field.Value = IsTrueish(s));