mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-07 13:22:07 -05:00
Fix simple syntax error.
This commit is contained in:
parent
db1e7e8880
commit
4e65d2c1d3
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ var Element = {
|
||||||
window.innerWidth || doc.clientWidth,
|
window.innerWidth || doc.clientWidth,
|
||||||
window.innerHeight || doc.clientHeight
|
window.innerHeight || doc.clientHeight
|
||||||
);
|
);
|
||||||
}
|
},
|
||||||
|
|
||||||
// Checks if element is visibile in current viewport
|
// Checks if element is visibile in current viewport
|
||||||
isVisible: function(el) {
|
isVisible: function(el) {
|
||||||
|
|
Loading…
Reference in a new issue