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/effect-clip.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/effect-clip.js') diff --git a/ui/effect-clip.js b/ui/effect-clip.js index 4eb24eb88..c24a764c8 100644 --- a/ui/effect-clip.js +++ b/ui/effect-clip.js @@ -19,6 +19,7 @@ // AMD. Register as an anonymous module. define( [ "jquery", + "./version", "./effect" ], factory ); } else { -- cgit v1.2.3