Add isTracking accessor method

master
Jean-Christophe Cuvelier [Artack] 10 years ago
parent 6cb23b75d1
commit fcb4cc6058

@ -638,13 +638,13 @@
this.set("track", false);
this.stack.track = false;
},
/**
* Return the state of the tracking
* @return {boolean}
*/
isTracking: function () {
return this.get("track");
},
/**
* 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

Loading…
Cancel
Save