[Selection] Remove unused import

This commit is contained in:
Victor Woeltjen 2016-09-23 15:32:40 -07:00
parent 235032a571
commit 106632c21c

View File

@ -1,4 +1,4 @@
define(['zepto'], function () {
define([], function () {
function ViewRegistry() {
this.providers = [];
}