Commit 932ff903 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Remove success/failure events from InlinePreview.

There are no such events fired and there's no such callback methods
either.
parent 10498368
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -98,9 +98,6 @@ Ext.define('Docs.view.examples.InlinePreview', {
        this.html = this.getHtml();

        this.callParent(arguments);

        this.on('success', this.onSuccess, this);
        this.on('failure', this.onFailure, this);
    },

    getHtml: function() {