diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-07-15 17:08:07 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-08 00:29:36 -0400 |
commit | 677fdbf7bef71d12998191e0b97c2c5cd34349be (patch) | |
tree | c1aa952e3c44a9123930df8dfe86a872967b6113 /ui/mouse.js | |
parent | 64076ecfb5870130d89733ff34668fdd18683f9b (diff) | |
download | jquery-ui-677fdbf7bef71d12998191e0b97c2c5cd34349be.tar.gz jquery-ui-677fdbf7bef71d12998191e0b97c2c5cd34349be.zip |
Core: Move $.ui.ie into its own module
Ref #9647
Diffstat (limited to 'ui/mouse.js')
-rw-r--r-- | ui/mouse.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/mouse.js b/ui/mouse.js index e197fd60a..a48a799c5 100644 --- a/ui/mouse.js +++ b/ui/mouse.js @@ -18,6 +18,7 @@ // AMD. Register as an anonymous module. define([ "jquery", + "./ie", "./version", "./widget" ], factory ); |