Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef Gabrielsson committed Sep 9, 2024
1 parent 0ac00b6 commit bf3e7a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nightly/modules/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ app.module.data = {

bindpayload: function (object) {
var value = object.exec.value.split(':'),
element = object.exec.element,
bind = element.elements[value[1]].value
element = object.exec.element,
bind = element.elements[value[1]].value
app.variables.update.attributes(element, value[0], bind, true, false, true, 'data-bindpayload')
},

Expand Down

0 comments on commit bf3e7a4

Please sign in to comment.