mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Core: use correct module format for r.js optimization
This commit is contained in:
parent
74f8a0ac95
commit
a2bb57d630
@ -17,5 +17,9 @@ define( [
|
|||||||
"./tabbable",
|
"./tabbable",
|
||||||
"./unique-id",
|
"./unique-id",
|
||||||
"./version"
|
"./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.
|
||||||
|
} );
|
||||||
} )();
|
} )();
|
||||||
|
Loading…
Reference in New Issue
Block a user