Loading template/app/view/examples/Device.js +1 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ Ext.define('Docs.view.examples.Device', { getIframeSize: function() { // device dimensions in landscape orientation var landscape = { phone: {width: '480px', height: '320px'}, phone: {width: '481px', height: '320px'}, tablet: {width: '717px', height: '538px'} }[this.device]; Loading Loading
template/app/view/examples/Device.js +1 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ Ext.define('Docs.view.examples.Device', { getIframeSize: function() { // device dimensions in landscape orientation var landscape = { phone: {width: '480px', height: '320px'}, phone: {width: '481px', height: '320px'}, tablet: {width: '717px', height: '538px'} }[this.device]; Loading