Skip to content

Commit

Permalink
Merge pull request #483 from magento-mpi/prs
Browse files Browse the repository at this point in the history
[GITHUB] Merge public Github PRs
  • Loading branch information
vpelipenko committed Jul 21, 2015
2 parents 043b721 + 383d6aa commit fb011a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Ui/view/base/web/js/grid/massactions.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ define([
*/
addAction: function (action) {
var actions = this.actions(),
index = _.findIdnex(actions, {
index = _.findIndex(actions, {
type: action.type
});

Expand Down

0 comments on commit fb011a0

Please sign in to comment.