mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-06-14 22:20:52 -04:00
No need for default parameter.
This commit is contained in:
parent
c68a7d33da
commit
60732e8456
1 changed files with 1 additions and 1 deletions
|
@ -50,4 +50,4 @@ var Formatter = Base.extend({
|
|||
}
|
||||
});
|
||||
|
||||
Formatter.instance = new Formatter(5);
|
||||
Formatter.instance = new Formatter();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue