From 74977294789c9fc22b296f8672baf0a6aff206f8 Mon Sep 17 00:00:00 2001 From: Kevin Schaaf Date: Tue, 11 Aug 2015 14:34:42 -0700 Subject: [PATCH] Make `clearSelection` public. --- src/lib/template/array-selector.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/template/array-selector.html b/src/lib/template/array-selector.html index 5309885fea..97d0202d2a 100644 --- a/src/lib/template/array-selector.html +++ b/src/lib/template/array-selector.html @@ -74,7 +74,7 @@ */ items: { type: Array, - observer: '_resetSelection' + observer: 'clearSelection' }, /**