parent
da2c8ef2db
commit
0b9464f017
@ -49,7 +49,12 @@ export var IconDefault = Icon.extend({
|
|||||||
|
|
||||||
document.body.removeChild(el);
|
document.body.removeChild(el);
|
||||||
|
|
||||||
return path.indexOf('url') === 0 ?
|
if (path === null || path.indexOf('url') !== 0) {
|
||||||
path.replace(/^url\([\"\']?/, '').replace(/marker-icon\.png[\"\']?\)$/, '') : '';
|
path = '';
|
||||||
|
} else {
|
||||||
|
path.replace(/^url\([\"\']?/, '').replace(/marker-icon\.png[\"\']?\)$/, '');
|
||||||
|
}
|
||||||
|
|
||||||
|
return path;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user