mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
effect.puff: Errant console.log removed
This commit is contained in:
parent
8a0394debe
commit
b3198643ca
1
ui/jquery.effects.scale.js
vendored
1
ui/jquery.effects.scale.js
vendored
@ -13,7 +13,6 @@
|
||||
(function( $, undefined ) {
|
||||
|
||||
$.effects.puff = function( o ) {
|
||||
console.log(o);
|
||||
return this.queue( function() {
|
||||
var elem = $( this ),
|
||||
mode = $.effects.setMode( elem, o.mode || 'hide' ),
|
||||
|
Loading…
Reference in New Issue
Block a user