mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-01 16:49:15 -04:00
Rename ChangeFlags -> ChangeFlag.
This commit is contained in:
parent
f0bc3f115b
commit
0df909dd71
6 changed files with 16 additions and 16 deletions
src/project
|
@ -58,7 +58,7 @@ var Project = this.Project = Base.extend({
|
|||
},
|
||||
|
||||
_changed: function(flags) {
|
||||
if (flags & ChangeFlags.GEOMETRY) {
|
||||
if (flags & ChangeFlag.GEOMETRY) {
|
||||
// TODO: Mark as requireRedraw
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue