Skip to content

Commit

Permalink
Standard (for now) paren spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Sep 8, 2017
1 parent 8226785 commit 9a66adb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/galaxy/scripts/layout/page.js
Expand Up @@ -17,7 +17,7 @@ define( [ 'layout/masthead', 'layout/panel', 'mvc/ui/ui-modal' ], function( Mast
// attach global objects, build mastheads
Galaxy.modal = this.modal = new Modal.View();
Galaxy.display = this.display = function( view ) {
if (view.title){
if ( view.title ){
window.document.title = view.title;
}
self.center.display( view );
Expand Down
2 changes: 1 addition & 1 deletion static/maps/layout/page.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion static/scripts/bundled/libs.bundled.js.map

Large diffs are not rendered by default.

0 comments on commit 9a66adb

Please sign in to comment.