Skip to content

Commit

Permalink
Rename attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
K0R0L committed Aug 12, 2024
1 parent 17d7f61 commit 1fff4d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdkjs-plugins/v1/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
_sendMessageToParent({
"guid" : window.Asc.plugin.guid,
"type" : "attachEvent",
"name" : id
"data" : id
});
};
window.Asc.plugin.detachEditorEvent = function(id)
Expand All @@ -286,7 +286,7 @@
_sendMessageToParent({
"guid" : window.Asc.plugin.guid,
"type" : "detachEvent",
"name" : id
"data" : id
});
};

Expand Down

0 comments on commit 1fff4d4

Please sign in to comment.