Remove extra comma and unnecessary semicolons
This commit is contained in:
parent
b23fb71d1d
commit
0912a2b55b
4 changed files with 9 additions and 9 deletions
|
@ -257,7 +257,7 @@ models.service('models', ['$rootScope', '$filter', function($rootScope, $filter)
|
|||
tags: tags_array,
|
||||
highlight: highlight,
|
||||
displayed: displayed,
|
||||
text: rtext,
|
||||
text: rtext
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue