mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-28 22:08:54 -04:00
Clean up event related comments, to reflect recent renaming.
This commit is contained in:
parent
68585276a0
commit
3b2a82047e
5 changed files with 19 additions and 30 deletions
|
@ -408,7 +408,7 @@ Base.exports.PaperScript = (function() {
|
|||
if (view) {
|
||||
if (res.onResize)
|
||||
view.setOnResize(res.onResize);
|
||||
// Fire resize event directly, so any user
|
||||
// Emit resize event directly, so any user
|
||||
// defined resize handlers are called.
|
||||
view.emit('resize', {
|
||||
size: view.size,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue