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/tooltip.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/tooltip.js') diff --git a/ui/tooltip.js b/ui/tooltip.js index e18f3e19d..c58bc65dc 100644 --- a/ui/tooltip.js +++ b/ui/tooltip.js @@ -23,6 +23,7 @@ define( [ "jquery", "./core", + "./version", "./widget", "./position" ], factory ); -- cgit v1.2.3