Skip to content

Commit

Permalink
Clarify comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-r-rose committed Jun 8, 2019
1 parent d25118b commit a918f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rendermime/src/widgets.ts
Expand Up @@ -68,7 +68,7 @@ export abstract class RenderedCommon extends Widget
* If the DOM node for this widget already has content, it is emptied
* before rendering. Subclasses that do not want this behavior
* (if, for instance, they are using DOM diffing), should override
* this method.
* this method and not call `super.renderModel()`.
*/
async renderModel(model: IRenderMime.IMimeModel): Promise<void> {
// TODO compare model against old model for early bail?
Expand Down

0 comments on commit a918f2c

Please sign in to comment.