diff options
Diffstat (limited to 'ui/effect-highlight.js')
-rw-r--r-- | ui/effect-highlight.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/effect-highlight.js b/ui/effect-highlight.js index 721a3a05b..ed903dc3d 100644 --- a/ui/effect-highlight.js +++ b/ui/effect-highlight.js @@ -19,6 +19,7 @@ // AMD. Register as an anonymous module. define( [ "jquery", + "./version", "./effect" ], factory ); } else { |