[Selection] Remove obsolete include

This commit is contained in:
Victor Woeltjen 2016-08-22 14:13:46 -07:00
parent 2a45893602
commit 58787c4436

View File

@ -20,7 +20,7 @@
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
define(['zepto', './Path'], function ($, Path) { define(['zepto'], function ($) {
function SelectGesture(selection, contextManager) { function SelectGesture(selection, contextManager) {
this.selection = selection; this.selection = selection;
this.contextManager = contextManager; this.contextManager = contextManager;