From 3d71fb83fe02a307823594f5905be9848cfa5506 Mon Sep 17 00:00:00 2001 From: Alexander Schmitz Date: Wed, 15 Jul 2015 18:26:12 -0400 Subject: Core: Move version and creation of the ui namespace into its own module Ref #9647 --- ui/resizable.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/resizable.js') diff --git a/ui/resizable.js b/ui/resizable.js index 6e51f4aac..6b4fd1013 100644 --- a/ui/resizable.js +++ b/ui/resizable.js @@ -23,6 +23,7 @@ define([ "jquery", "./core", + "./version", "./mouse", "./widget" ], factory ); -- cgit v1.2.3