Skip to content

Commit

Permalink
fix(api-dropdown): remove arrow funcs and string literals
Browse files Browse the repository at this point in the history
Closes #3815
  • Loading branch information
Aleksandyr committed Feb 7, 2019
1 parent b68f256 commit 931720b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
const select = $('#versions')
folders = folders.reverse();

folders.forEach(f => {
folders.forEach(function (f) {
select.append($('<option>', {
value: `${baseUrl}/products/ignite-ui-angular/docs/${f}/typescript`,
text: f
Expand Down

0 comments on commit 931720b

Please sign in to comment.