diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-09 00:30:34 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-10-08 14:02:36 -0400 |
commit | a00c02513d81ed5d86b056f8734105a1c2d82ea8 (patch) | |
tree | 68fdf06a23716acb97c2cce140cc105e6fab17e2 /ui | |
parent | de1296b98515c586d620c40b6c566129f5013208 (diff) | |
download | jquery-ui-a00c02513d81ed5d86b056f8734105a1c2d82ea8.tar.gz jquery-ui-a00c02513d81ed5d86b056f8734105a1c2d82ea8.zip |
Controlgroup: Add missing entry to demos bootstrap
Diffstat (limited to 'ui')
-rw-r--r-- | ui/widgets/controlgroup.js (renamed from ui/controlgroup.js) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/controlgroup.js b/ui/widgets/controlgroup.js index effe42d37..1614f91e4 100644 --- a/ui/controlgroup.js +++ b/ui/widgets/controlgroup.js @@ -14,8 +14,7 @@ // AMD. Register as an anonymous module. define( [ "jquery", - "./core", - "./widget" + "../widget" ], factory ); } else { |