Skip to content

Commit

Permalink
Merge commit 'refs/pull/1516/head' of https://github.com/magento/mage…
Browse files Browse the repository at this point in the history
…nto2 into prs
  • Loading branch information
vpelipenko committed Jul 21, 2015
2 parents 285cbd5 + 7461439 commit 383d6aa
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 383d6aa

Please sign in to comment.