Skip to content

Commit

Permalink
Merge pull request #163 from maxweberstiftung/fix_extension-Interface
Browse files Browse the repository at this point in the history
Fix AddControlEventAttributes() extension interface
  • Loading branch information
rettinghaus committed Feb 23, 2021
2 parents 9ba2517 + 807894d commit e9dab0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Extensions.mss
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,6 @@ function ExtensionAPI_GenerateControlEvent (this, bobj, elementName) {
GenerateControlEvent(bobj, elementName);
} //$end

function ExtensionAPI_AddControlEventAttributes (this, bobj) {
AddControlEventAttributes(bobj);
function ExtensionAPI_AddControlEventAttributes (this, bobj, element) {
AddControlEventAttributes(bobj, element);
} //$end

0 comments on commit e9dab0e

Please sign in to comment.