mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Specify support as a dependency wherever it is used. Optimize module order to save 15 bytes.
Conflicts: src/css.js src/manipulation.js src/offset.js src/support.js
This commit is contained in:
@@ -7,7 +7,8 @@ define([
|
||||
"./data/accepts",
|
||||
"./selector",
|
||||
"./traversing",
|
||||
"./event"
|
||||
"./event",
|
||||
"./support"
|
||||
], function( jQuery, concat, push, deletedIds, rcheckableType ){
|
||||
|
||||
function createSafeFragment( document ) {
|
||||
|
||||
Reference in New Issue
Block a user