Update path.class.js

Fixes == with ===
This commit is contained in:
Andrea Bogazzi 2014-09-13 14:05:12 +02:00
parent 28784dc9b3
commit 4e737abcde

View file

@ -543,7 +543,7 @@
chunks.push(this.path[i].join(' '));
}
var path = chunks.join(' ');
if (!(this.group && this.group.type == 'path-group')) {
if (!(this.group && this.group.type === 'path-group')) {
addTransform = 'translate(' + (-this.width / 2) + ', ' + (-this.height / 2) + ')';
}
markup.push(