Fix JS minimization errors

This commit is contained in:
Joseph Schorr 2015-03-05 16:06:35 -05:00
parent 929bad57f5
commit e674b2974c
3 changed files with 3 additions and 3 deletions

View file

@ -8,4 +8,4 @@
'description': 'About Quay.io' 'description': 'About Quay.io'
}); });
}]); }]);
}()) }());

View file

@ -16,4 +16,4 @@
CookieService.putPermanent('quay.exp-new-layout', value.toString()); CookieService.putPermanent('quay.exp-new-layout', value.toString());
}; };
} }
}()) }());

View file

@ -7,4 +7,4 @@
'title': 'Security' 'title': 'Security'
}); });
}]); }]);
}()) }());