mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-22 07:19:57 -05:00
Export ToolEvent too.
This commit is contained in:
parent
26caf099ca
commit
6d8c7787bd
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
*
|
*
|
||||||
* @author lehni
|
* @author lehni
|
||||||
*/
|
*/
|
||||||
ToolEvent = Base.extend({
|
var ToolEvent = this.ToolEvent = Base.extend({
|
||||||
beans: true,
|
beans: true,
|
||||||
|
|
||||||
initialize: function(tool, type, modifiers) {
|
initialize: function(tool, type, modifiers) {
|
||||||
|
|
Loading…
Reference in a new issue