Skip to content

Commit

Permalink
Fix for Dimensions compat (ticket 893)
Browse files Browse the repository at this point in the history
  • Loading branch information
fakedarren committed May 3, 2010
1 parent 4a7227c commit f3d4567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Element/Element.Dimensions.js
Expand Up @@ -218,7 +218,7 @@ function getCompatElement(element){
})();

//aliases
Element.alias({setPosition: 'position'}); //compatability
Element.alias({position: 'setPosition'}); //compatability

[Window, Document, Element].invoke('implement', {

Expand Down

0 comments on commit f3d4567

Please sign in to comment.