Skip to content

Commit d558989

Browse files
committed
Merge pull request #255 from Riggs333/patch-1
Fixed syntax error in documentation by inserting comma
2 parents 6355f1f + 193f5c5 commit d558989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/views/configs-options.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ <h5>translation</h5> <span class="label label-warning">New! v3.0.0</span>
269269
<pre ><code>$scope.localLang = {
270270
selectAll : "Tick all",
271271
selectNone : "Tick none",
272-
reset : "Undo all"
272+
reset : "Undo all",
273273
search : "Type here to search...",
274274
nothingSelected : "Nothing is selected" //default-label is deprecated and replaced with this.
275275
}</code></pre>

0 commit comments

Comments
 (0)