File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11define ( [
22 "lib/common" ,
3- "ui/button"
3+ "ui/widgets/ button"
44] , function ( common ) {
55
66common . testWidget ( "button" , {
Original file line number Diff line number Diff line change 11define ( [
22 "jquery" ,
3- "ui/button"
3+ "ui/widgets/ button"
44] , function ( $ ) {
55
66module ( "button: core" ) ;
Original file line number Diff line number Diff line change 11define ( [
22 "jquery" ,
3- "ui/button"
3+ "ui/widgets/ button"
44] , function ( $ ) {
55
66module ( "button: events" ) ;
Original file line number Diff line number Diff line change 11define ( [
22 "jquery" ,
3- "ui/button"
3+ "ui/widgets/ button"
44] , function ( $ ) {
55
66module ( "button: methods" ) ;
Original file line number Diff line number Diff line change 11define ( [
22 "jquery" ,
3- "ui/button"
3+ "ui/widgets/ button"
44] , function ( $ ) {
55
66module ( "button: options" ) ;
Original file line number Diff line number Diff line change 2222 // AMD. Register as an anonymous module.
2323 define ( [
2424 "jquery" ,
25- "./keycode" ,
26- "./data" ,
27- "./widget"
25+ ".. /keycode" ,
26+ ".. /data" ,
27+ ".. /widget"
2828 ] , factory ) ;
2929 } else {
3030
You can’t perform that action at this time.
0 commit comments