update view widget

This commit is contained in:
BurningTreeC 2024-04-12 06:07:22 +02:00
parent a7fcfae677
commit 11adc9e0cd
1 changed files with 0 additions and 2 deletions

View File

@ -24,8 +24,6 @@ var ViewHandler = function(widget) {
this.document = widget.document;
};
ViewHandler.prototype = {};
/*
Base ViewHandler render method
*/