Commit 8978d739 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Add missing semicolon.

parent 528c6386
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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');
                }
            }
        );