From 0a9df3af52a66fe5e8f23622503020f0bcc6ded9 Mon Sep 17 00:00:00 2001 From: Alexander Schmitz Date: Wed, 15 Jul 2015 18:31:39 -0400 Subject: Core: Move plugin into its own module Ref #9647 --- ui/draggable.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/draggable.js') diff --git a/ui/draggable.js b/ui/draggable.js index 47855e157..81cb7d6de 100644 --- a/ui/draggable.js +++ b/ui/draggable.js @@ -23,6 +23,7 @@ "./core", "./data", "./mouse", + "./plugin", "./version", "./widget" ], factory ); -- cgit v1.2.3