Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesper Lindstroem Nielsen authored and Jesper Lindstroem Nielsen committed May 18, 2011
1 parent 15cc8f4 commit c07b28b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ui/jquery.effects.split.js
Expand Up @@ -274,7 +274,6 @@
* distance,
* rows,
* columns,
* direction,
* duration,
* interval,
* easing,
Expand All @@ -287,7 +286,6 @@

var el = $( this ),
opt = splitOptions ( el, {
direction: "bottom",
distance: 1,
reverse: false,
random: false,
Expand Down Expand Up @@ -377,7 +375,6 @@
return this.queue( function( next ) {
var el = $( this ),
opt = splitOptions( el, {
direction: "bottom",
distance: 1,
reverse: false,
random: false,
Expand Down Expand Up @@ -412,7 +409,6 @@
* distance,
* rows,
* columns,
* direction,
* duration,
* sync,
* easing,
Expand All @@ -426,7 +422,6 @@
return this.queue( function( next ) {
var el = $( this ),
opt = splitOptions( el, {
direction: "bottom",
distance: 1,
reverse: false,
random: false,
Expand Down Expand Up @@ -499,7 +494,6 @@
* distance,
* rows,
* columns,
* direction,
* duration,
* interval,
* easing,
Expand All @@ -512,7 +506,6 @@
return this.queue( function( next ) {
var el = $( this ),
opt = splitOptions( el, {
direction: "bottom",
distance: 1,
reverse: false,
random: false,
Expand Down

0 comments on commit c07b28b

Please sign in to comment.