SOLR-8139 Add missing bracket

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712832 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Upayavira 2015-11-05 17:44:30 +00:00
parent c2095b44fe
commit 7669aea439
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@ solrAdminApp.config([
});
}
};
})
.directive('scrollableWhenSmall', function($window) {
return {
link: function(scope, element, attrs) {