Skip to content

Commit

Permalink
Remove zindex from shape id
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Johnston committed Nov 7, 2011
1 parent 5b66b6c commit 47558e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/VmlShape.js
Expand Up @@ -56,7 +56,7 @@ PIE.VmlShape = (function() {


function VmlShape( idSeed, ordinalGroup ) {
this.elId = '_pie_' + ( idSeed || 'shape' ) + '_' + ordinalGroup + PIE.Util.getUID(this);
this.elId = '_pie_' + ( idSeed || 'shape' ) + PIE.Util.getUID(this);
this.ordinalGroup = ordinalGroup || 0;
}
VmlShape.prototype = {
Expand Down

0 comments on commit 47558e5

Please sign in to comment.