Splitting basic widgets into visual widgets and fields

https://fedorahosted.org/freeipa/ticket/2040
This commit is contained in:
Petr Vobornik
2011-11-22 15:41:33 +01:00
committed by Endi S. Dewata
parent a17bf5e754
commit 4bab6b7e5d
9 changed files with 520 additions and 392 deletions

View File

@@ -48,6 +48,8 @@ var IPA = function() {
that.entities = $.ordered_map();
that.entity_factories = {};
that.field_factories = {};
that.widget_factories = {};
that.network_call_count = 0;