Loading template/app/view/examples/Device.js +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ Ext.define('Docs.view.examples.Device', { '</div>', { deviceUrl: function(values) { return values.url + "?deviceType=" + (values.device === 'tablet' ? 'Tablet' : 'Phone') return values.url + "?deviceType=" + (values.device === 'tablet' ? 'Tablet' : 'Phone'); } } ); Loading Loading
template/app/view/examples/Device.js +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ Ext.define('Docs.view.examples.Device', { '</div>', { deviceUrl: function(values) { return values.url + "?deviceType=" + (values.device === 'tablet' ? 'Tablet' : 'Phone') return values.url + "?deviceType=" + (values.device === 'tablet' ? 'Tablet' : 'Phone'); } } ); Loading