mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-06 04:42:15 -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.innerHeight || doc.clientHeight
|
||||
);
|
||||
}
|
||||
},
|
||||
|
||||
// Checks if element is visibile in current viewport
|
||||
isVisible: function(el) {
|
||||
|
|
Loading…
Reference in a new issue