Fix simple syntax error.

This commit is contained in:
Jürg Lehni 2011-03-15 12:30:44 +01:00
parent db1e7e8880
commit 4e65d2c1d3

View file

@ -42,7 +42,7 @@ var Element = {
window.innerWidth || doc.clientWidth,
window.innerHeight || doc.clientHeight
);
}
},
// Checks if element is visibile in current viewport
isVisible: function(el) {