mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-07-27 06:10:14 -04:00
Clea up white spaces.
This commit is contained in:
parent
420ffaa7ea
commit
20746ad3a7
3 changed files with 54 additions and 54 deletions
src/basic
|
@ -20,10 +20,10 @@ var Size = Base.extend({
|
|||
this.width = this.height = 0;
|
||||
}
|
||||
} else {
|
||||
this.width = this.height = 0;
|
||||
this.width = this.height = 0;
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
add: function() {
|
||||
var size = Size.read(arguments);
|
||||
return new Size(this.width + size.width, this.height + size.height);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue