diff --git a/src/ui/ViewRegistry.js b/src/ui/ViewRegistry.js index df2724fb63..96135704ee 100644 --- a/src/ui/ViewRegistry.js +++ b/src/ui/ViewRegistry.js @@ -1,4 +1,4 @@ -define(['zepto'], function () { +define([], function () { function ViewRegistry() { this.providers = []; }