diff options
Diffstat (limited to 'ui/core.js')
-rw-r--r-- | ui/core.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/core.js b/ui/core.js index d42aedea9..bced9ab52 100644 --- a/ui/core.js +++ b/ui/core.js @@ -1,5 +1,7 @@ // This file is deprecated in 1.12.0 to be removed in 1.13 ( function() { +"use strict"; + define( [ "jquery", "./data", |