Core: use correct module format for r.js optimization

This commit is contained in:
blacktail 2017-08-28 17:54:30 +08:00
parent 74f8a0ac95
commit a2bb57d630

View File

@ -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.
} );
} )();