Skip to content

Commit fec2579

Browse files
committed
AnnotationView: remove duplicate cls property
1 parent e416c87 commit fec2579

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

app/view/window/AnnotationView.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
*/
1919
Ext.define('EdiromOnline.view.window.AnnotationView', {
2020
extend: 'EdiromOnline.view.window.View',
21-
22-
cls: 'annotView', //TODO duplicate cls definition
23-
21+
2422
requires: [
2523
'Ext.grid.Panel',
2624
/*'Ext.grid.PagingScroller',*/
@@ -38,7 +36,7 @@ Ext.define('EdiromOnline.view.window.AnnotationView', {
3836

3937
layout: 'card',
4038

41-
cls: 'annotationView', //TODO duplicate cls definition
39+
cls: 'annotationView',
4240

4341
image_server: null,
4442

0 commit comments

Comments
 (0)