Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfedr committed Aug 31, 2011
1 parent 06a35e3 commit bc03f03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Fx.CSS3.Replacement.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ Fx.Morph = new Class({

Extends: morphCSS2,

initializeCSS3: function(element, options){
initialize: function(element, options){
options.transition = options.transition || 'sine:in:out';
this.parent(element, options);
if (typeof this.options.transition != 'string') alert('Only short notated transitions (like \'sine:in\') are supported by Fx.Tween.CSS3');
Expand Down
2 changes: 1 addition & 1 deletion Source/Fx.CSS3.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ Fx.Morph.CSS3 = new Class({

Extends: Fx.Morph.CSS2,

initializeCSS3: function(element, options){
initialize: function(element, options){
options.transition = options.transition || 'sine:in:out';
this.parent(element, options);
if (typeof this.options.transition != 'string') alert('Only short notated transitions (like \'sine:in\') are supported by Fx.Tween.CSS3');
Expand Down

0 comments on commit bc03f03

Please sign in to comment.