Skip to content

Commit

Permalink
fix IE8 and IE7 failed after #1453
Browse files Browse the repository at this point in the history
  • Loading branch information
fbasso committed May 26, 2015
1 parent 46628e1 commit ad74a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aria/utils/IdMgr.js
Expand Up @@ -80,7 +80,7 @@ module.exports = Aria.classDefinition({
this.$logError(this.ID_ALREADY_RELEASED, [id]);
}

this._freeId.push(id);
this._freeId.shift(id);
}
}
});

0 comments on commit ad74a15

Please sign in to comment.