Loading template/app/view/examples/TouchContainer.js +2 −1 Original line number Diff line number Diff line Loading @@ -52,9 +52,10 @@ Ext.define('Docs.view.examples.TouchContainer', { * @param {Object} example Example object */ load: function(example) { var url = example.externalUrl || (this.exampleBaseUrl + example.url); this.title = example.text + " Example"; this.device = Ext.create('Docs.view.examples.Device', { url: this.exampleBaseUrl + example.url, url: url, device: example.device || "phone", orientation: example.orientation || "landscape" }); Loading template/app/view/examples/Container.js +1 −1 File changed.Contains only whitespace changes. Show changes Loading
template/app/view/examples/TouchContainer.js +2 −1 Original line number Diff line number Diff line Loading @@ -52,9 +52,10 @@ Ext.define('Docs.view.examples.TouchContainer', { * @param {Object} example Example object */ load: function(example) { var url = example.externalUrl || (this.exampleBaseUrl + example.url); this.title = example.text + " Example"; this.device = Ext.create('Docs.view.examples.Device', { url: this.exampleBaseUrl + example.url, url: url, device: example.device || "phone", orientation: example.orientation || "landscape" }); Loading
template/app/view/examples/Container.js +1 −1 File changed.Contains only whitespace changes. Show changes