mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-22 07:19:57 -05:00
Have Event#modifiers exposed as a bean.
This commit is contained in:
parent
6593c07127
commit
5a9dc3dece
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var Event = this.Event = Base.extend({
|
var Event = this.Event = Base.extend({
|
||||||
|
beans: true,
|
||||||
|
|
||||||
initialize: function(event) {
|
initialize: function(event) {
|
||||||
this.event = event;
|
this.event = event;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue