Merge pull request #15 from totophe/master

Add isTracking accessor method
This commit is contained in:
Oliver Sartun 2015-03-26 11:12:23 +01:00
commit 428a7ab2c2

View File

@ -638,6 +638,13 @@
this.set("track", false);
this.stack.track = false;
},
/**
* Return the state of the tracking
* @return {boolean}
*/
isTracking: function () {
return this.get("track");
},
/**
* This is the "all"-handler which is bound to registered
* objects. It creates an UndoAction from the event and adds