mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Core: Fix dependencies in ui/core.js
The `jquery-patch` reference was included with the `.js` extension which is not allowed in AMD. Fixes gh-2107 Closes gh-2109
This commit is contained in:
parent
4bae79d534
commit
5fa0db48d7
@ -11,7 +11,7 @@ define( [
|
||||
"./ie",
|
||||
"./keycode",
|
||||
"./labels",
|
||||
"./jquery-patch.js",
|
||||
"./jquery-patch",
|
||||
"./plugin",
|
||||
"./safe-active-element",
|
||||
"./safe-blur",
|
||||
|
Loading…
Reference in New Issue
Block a user