Changeset 1096

Show
Ignore:
Timestamp:
10/15/08 15:54:52 (5 years ago)
Author:
nicholasbs
Message:

Minor cleanup

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/XinhaCore.js

    r1095 r1096  
    40744074Xinha.prototype.updateToolbar = function(noStatus) 
    40754075{ 
    4076   if (this.suspendUpdateToolbar || this.currentModal) return; 
     4076  if (this.suspendUpdateToolbar) return; 
    40774077   
    40784078  var doc = this._doc;