Skip to content

Commit

Permalink
FLOE-437: remove unneeded priority in onSonifierReady event fire
Browse files Browse the repository at this point in the history
  • Loading branch information
waharnum committed Feb 1, 2016
1 parent 4764244 commit d6d9b91
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/js/chartAuthoring.js
Expand Up @@ -139,8 +139,7 @@ https://raw.githubusercontent.com/fluid-project/chartAuthoring/master/LICENSE.tx
},
listeners: {
"onCreate.escalate": {
funcName: "{chartAuthoring}.events.onSonifierReady.fire",
priority: "last"
funcName: "{chartAuthoring}.events.onSonifierReady.fire"
}
}
}
Expand Down Expand Up @@ -192,7 +191,6 @@ https://raw.githubusercontent.com/fluid-project/chartAuthoring/master/LICENSE.tx
}
},
model: {
currentlyPlayingData: null,
activeRowId: null,
activeSliceId: null
},
Expand Down

0 comments on commit d6d9b91

Please sign in to comment.