Skip to content
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.

Commit

Permalink
Change fire method name to trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
lcallarec committed May 6, 2014
1 parent 42ab520 commit 1c01cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Flownode.Http = function(url, method) {
}

for(var suffix in _response[state]) {
Flownode.fire(state + '.' + suffix, _response[state][suffix]);
Flownode.trigger(state + '.' + suffix, _response[state][suffix]);
}
}

Expand Down

0 comments on commit 1c01cd9

Please sign in to comment.