mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-04-07 14:04:30 +08:00
const -> let
This commit is contained in:
@ -87,7 +87,7 @@ CSLCitation.prototype._fillFromCitationObject = function (citationObject) {
|
||||
});
|
||||
|
||||
citationObject.citationItems.forEach(function (item) {
|
||||
const id = item.id;
|
||||
let id = item.id;
|
||||
let citationItem;
|
||||
if (existingIds.indexOf(id) >= 0) {
|
||||
citationItem = this._citationItems[existingIds.indexOf(id)];
|
||||
|
||||
Reference in New Issue
Block a user