diff --git a/ui/core.js b/ui/core.js index 2cccd0bd8..2ca84fd95 100644 --- a/ui/core.js +++ b/ui/core.js @@ -17,5 +17,9 @@ define( [ "./tabbable", "./unique-id", "./version" -] ); +], function() { + + // here define an empty function to let r.js(the bundler of require.js) to + // generate an independent entry in the generated bundle file. +} ); } )();