Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem with function getSize #782

Closed
chameron opened this issue Aug 29, 2014 · 1 comment
Closed

problem with function getSize #782

chameron opened this issue Aug 29, 2014 · 1 comment

Comments

@chameron
Copy link

When load isotope with mootool.

The function getSize in isotope will override to mootool.

Isotope
window.getSize = defineGetSize( window.getStyleProperty );

mootool
window.getSize = function (){
var doc = getCompatElement(this);
return {x: doc.clientWidth, y: doc.clientHeight};
}

@desandro
Copy link
Member

Yeah, darnit. Sorry about that. Closing as a duplicate of desandro/get-size#1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants