Skip to content

Commit

Permalink
* [jsfm] fix inline event test
Browse files Browse the repository at this point in the history
  • Loading branch information
terrykingcha committed Apr 27, 2016
1 parent fb657fe commit 1ce3212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js-framework/lib/__test__/assets/inline-click.input
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
{
"type": "text",
"events": {
"click": function (EVENT) {this.clicked('Hello World2',this.$event,EVENT)}
"click": function ($event) {this.clicked('Hello World2', $event)}
},
"attr": {
"value": function () {return this.text}
Expand Down

0 comments on commit 1ce3212

Please sign in to comment.