Remove extra comma and unnecessary semicolons

This commit is contained in:
David Cormier 2013-12-17 15:39:22 -05:00
commit 0912a2b55b
4 changed files with 9 additions and 9 deletions

View file

@ -257,7 +257,7 @@ models.service('models', ['$rootScope', '$filter', function($rootScope, $filter)
tags: tags_array,
highlight: highlight,
displayed: displayed,
text: rtext,
text: rtext
};