File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 127127 * Call the rippleEnd function when the transition "on" ends
128128 */
129129 setTimeout ( function ( ) {
130- self . rippleEnd ( $ripple )
130+ self . rippleEnd ( $ripple ) ;
131131 } , 500 ) ;
132132
133133
181181
182182 return false ;
183183 }
184- }
184+ } ;
185185
186186
187187 /**
209209
210210 return false ;
211211 }
212- }
212+ } ;
213213
214214
215215 /**
260260 if ( $ripple . data ( "mousedown" ) === "off" ) {
261261 self . rippleOut ( $ripple ) ;
262262 }
263- }
263+ } ;
264264
265265
266266 /**
321321 $ . fn . ripples = function ( options ) {
322322 return this . each ( function ( ) {
323323 if ( ! $ . data ( this , "plugin_" + ripples ) ) {
324- $ . data ( this , "plugin_" + ripples , new Ripples ( this , options ) )
324+ $ . data ( this , "plugin_" + ripples , new Ripples ( this , options ) ) ;
325325 }
326326 } ) ;
327- }
327+ } ;
328328
329329} ) ( jQuery , window , document ) ;
You can’t perform that action at this time.
0 commit comments