Commit 6fe8113d authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

In ThumbList hide data config from parent class.

In 4.1 the View class also handles data attribute and things
will crash if we have our own special-purpose data in there.
parent d9b93ec8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -61,8 +61,9 @@ Ext.define('Docs.view.ThumbList', {
                '</tpl>',
            '</div>'
        ]));
        // Hide itemTpl config from parent class
        // Hide itemTpl and data configs from parent class
        this.itemTpl = undefined;
        this.data = undefined;

        this.on({
            'afterrender': function(cmp) {