chore: add comment to onKeyUp method in DrawingController

This commit is contained in:
juliandescottes 2017-08-06 13:57:39 +02:00 committed by Julian Descottes
parent da739e78da
commit eb27c82628

View File

@ -204,6 +204,7 @@
};
/**
* Trigger tool move on key up in order to acknowledge modifier changes.
* @private
*/
ns.DrawingController.prototype.onKeyup_ = function (event) {