Indentation.
authorSalvatore Iovene <salvatore@iovene.com>
Tue, 5 Feb 2013 08:50:26 +0000 (10:50 +0200)
committerSalvatore Iovene <salvatore@iovene.com>
Tue, 5 Feb 2013 08:50:26 +0000 (10:50 +0200)
examples/hoofbeats/javascripts/app/router.js

index 2aa570d..7c911a5 100644 (file)
@@ -16,7 +16,8 @@
                 route: '/artists',
                 connectOutlets: function(router) {
                     var controller = router.get('applicationController');
-                    controller.connectOutlet('library', 'artists', app.Artist.find());
+                    controller.connectOutlet(
+                                               'library', 'artists', app.Artist.find());
                 }
             })
         })