Coverity - not initialized variable

The variable hasn't been initialized, now it is set to null by default.

Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
This commit is contained in:
Pavel Vomacka
2016-11-10 18:58:38 +01:00
committed by Petr Vobornik
parent d4ad0ca04c
commit fa3982c7c8
+1 -1
View File
@@ -1047,7 +1047,7 @@ IPA.multivalued_widget = function(spec) {
that.child_spec = spec.child_spec;
that.size = spec.size || 30;
that.undo_control;
that.undo_control = null;
that.initialized = true;
that.updating = false;