View | Details | Raw Unified | Return to bug 31318
Collapse All | Expand All

(-)umc/widgets/MultiSelect.js (-1 / +1 lines)
 Lines 51-57    Link Here 
51
51
52
		// value: String[]
52
		// value: String[]
53
		//		The widgets value, an array of strings containing all elements that are selected.
53
		//		The widgets value, an array of strings containing all elements that are selected.
54
		value: [],
54
		value: null,
55
55
56
		_loadingDeferred: null,
56
		_loadingDeferred: null,
57
57

Return to bug 31318