rewrite comment

Change-Id: Ibc8aab4843ecc0211149aa673d312384e9bd668e
This commit is contained in:
Rob Moen 2012-06-12 13:29:13 -07:00
parent 75e9b2cb2d
commit b843762d9e

View file

@ -16,7 +16,7 @@ ve.ui.Toolbar = function( $container, surfaceView, config ) {
this.$groups = $( '<div class="es-toolbarGroups"></div>' ).prependTo( this.$ );
this.tools = [];
// Update tools on selection, and transactions.
// Update tools on selection and all transactions.
this.surfaceView.model.on( 'select', ve.proxy( this.updateTools, this ) );
this.surfaceView.model.on( 'transact', ve.proxy( this.updateTools, this ) );