diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-07-15 18:03:01 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-08 00:29:36 -0400 |
commit | bddb7efe000cf60e455d48f28acef0ef2f295d9d (patch) | |
tree | b1a4d336d52d47fbb74ec6de6b877b9c7b3911e5 /ui/button.js | |
parent | 677fdbf7bef71d12998191e0b97c2c5cd34349be (diff) | |
download | jquery-ui-bddb7efe000cf60e455d48f28acef0ef2f295d9d.tar.gz jquery-ui-bddb7efe000cf60e455d48f28acef0ef2f295d9d.zip |
Core: Move keyCode into its own module
Ref #9647
Diffstat (limited to 'ui/button.js')
-rw-r--r-- | ui/button.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/button.js b/ui/button.js index 8c9894044..ec6525d2b 100644 --- a/ui/button.js +++ b/ui/button.js @@ -24,6 +24,7 @@ "jquery", "./core", "./data", + "./keycode", "./version", "./widget" ], factory ); |