From 58787c4436bbf329befcdba042b4e60cce0fac21 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Mon, 22 Aug 2016 14:13:46 -0700 Subject: [PATCH] [Selection] Remove obsolete include --- src/selection/SelectGesture.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/selection/SelectGesture.js b/src/selection/SelectGesture.js index b7a78b6f7a..0ea0cbf4b0 100644 --- a/src/selection/SelectGesture.js +++ b/src/selection/SelectGesture.js @@ -20,7 +20,7 @@ * at runtime from the About dialog for additional information. *****************************************************************************/ -define(['zepto', './Path'], function ($, Path) { +define(['zepto'], function ($) { function SelectGesture(selection, contextManager) { this.selection = selection; this.contextManager = contextManager;