Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Fixed code style issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Jasiun committed Sep 7, 2018
1 parent 95661ab commit af28141
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/view/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,7 @@ export default class View {
this.document._callPostFixers( this._writer );
this._postFixersInProgress = false;


if( !this.disabledRendering ) {
if ( !this.disabledRendering ) {
this.fire( 'render' );
}
}
Expand Down

0 comments on commit af28141

Please sign in to comment.