Permalink
Browse files
Make `clearSelection` public.
- Loading branch information...
Showing
with
1 addition
and 1 deletion.
-
+1
−1
src/lib/template/array-selector.html
|
|
@@ -74,7 +74,7 @@ |
|
|
*/
|
|
|
items: {
|
|
|
type: Array,
|
|
|
- observer: '_resetSelection'
|
|
|
+ observer: 'clearSelection'
|
|
|
},
|
|
|
|
|
|
/**
|
|
|
|
0 comments on commit
7497729