mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-01 16:49:15 -04:00
Use a version of Bootstrap that always produces beans and remove all beans: true instructions.
This commit is contained in:
parent
7bd571de17
commit
3226147e00
28 changed files with 6 additions and 66 deletions
src/path
|
@ -17,8 +17,6 @@
|
|||
var Path = this.Path = PathItem.extend({
|
||||
/** @lends Path# */
|
||||
|
||||
beans: true,
|
||||
|
||||
/**
|
||||
* Creates a new Path item and places it at the top of the active layer.
|
||||
*
|
||||
|
@ -1760,8 +1758,6 @@ var Path = this.Path = PathItem.extend({
|
|||
}
|
||||
|
||||
return {
|
||||
beans: true,
|
||||
|
||||
/**
|
||||
* The bounding rectangle of the item excluding stroke width.
|
||||
* @param matrix optional
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue