Export ToolEvent too.

This commit is contained in:
Jürg Lehni 2011-03-07 11:08:58 +00:00
parent 26caf099ca
commit 6d8c7787bd

View file

@ -28,7 +28,7 @@
*
* @author lehni
*/
ToolEvent = Base.extend({
var ToolEvent = this.ToolEvent = Base.extend({
beans: true,
initialize: function(tool, type, modifiers) {