File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 51
51
< div id ="map "> </ div >
52
52
53
53
< div class ="demo-description ">
54
- < p > Google Maps integration, using spinners to change latidude and longitude.</ p >
54
+ < p > Google Maps integration, using spinners to change latitude and longitude.</ p >
55
55
</ div >
56
56
</ body >
57
57
</ html >
Original file line number Diff line number Diff line change 29
29
30
30
var tabs = $ ( "#tabs" ) . tabs ( ) ;
31
31
32
- // modal dialog init: custom buttons and a "close" callback reseting the form inside
32
+ // modal dialog init: custom buttons and a "close" callback resetting the form inside
33
33
var dialog = $ ( "#dialog" ) . dialog ( {
34
34
autoOpen : false ,
35
35
modal : true ,
Original file line number Diff line number Diff line change 107
107
< button class ="menu " data-icon ="ui-icon-triangle-1-s "> Add to favorites or playlist</ button >
108
108
</ div >
109
109
< button title ="Share this video "> Share</ button >
110
- < button data-icon ="ui-icon-alert "> Flag as inappropiate </ button >
110
+ < button data-icon ="ui-icon-alert "> Flag as inappropriate </ button >
111
111
</ div >
112
112
113
113
< div class ="demo-description ">
Original file line number Diff line number Diff line change 149
149
}
150
150
} ) ;
151
151
152
- // click to set options after initalization
152
+ // click to set options after initialization
153
153
$ ( "#black" ) . click ( function ( ) {
154
154
$ ( ":custom-colorize" ) . colorize ( "option" , {
155
155
red : 0 ,
You can’t perform that action at this time.
0 commit comments