File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1211,11 +1211,11 @@ ClusterIcon.prototype.useStyle = function() {
12111211 this . backgroundPosition_ = style [ 'backgroundPosition' ] ;
12121212 this . iconAnchor_ = style [ 'iconAnchor' ] ;
12131213
1214- /* cluster url hack for verified cluster */
1214+ /* cluster url hack for verified cluster */
12151215 if ( this . cluster_ . isVarified ) {
1216- this . url_ = style [ 'url' ] . replace ( / b a l l o o n ( [ 0 - 9 ] ) / , 'verified-balloon$1 ' ) ;
1216+ this . url_ = style [ 'url' ] . replace ( / b a l l o o n \. / , 'verified-balloon. ' ) ;
12171217 } else if ( this . cluster_ . isBuzzed ) { /* cluster url hack for buzzed cluster */
1218- this . url_ = style [ 'url' ] . replace ( / b a l l o o n ( [ 0 - 9 ] ) / , 'buzzed-balloon$1 ' ) ;
1218+ this . url_ = style [ 'url' ] . replace ( / b a l l o o n \. / , 'buzzed-balloon. ' ) ;
12191219 }
12201220} ;
12211221
You can’t perform that action at this time.
0 commit comments