Commit fd1080fd authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Remove use of urlField from videos.Index view.

'url' is the default value.
parent d073ab6c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@ Ext.define('Docs.controller.Videos', {
    extend: 'Ext.app.Controller',

    init: function() {

        this.addEvents(
            /**
             * @event showVideo
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@ Ext.define('Docs.view.videos.Index', {
        this.items = [
            { xtype: 'container', html: '<h1 class="eg">Ext JS Videos</h1>' },
            Ext.create('Docs.view.ThumbList', {
                urlField: 'url',
                itemTpl: [
                    '<dd ext:url="{url}"><img src="{thumb}"/>',
                        '<div><h4>{title}',