Use ADVANCED instead of ADVANCED_OPTIMIZATIONS

ADVANCED_OPTIMIZATIONS is deprecated (but still accepted)
This commit is contained in:
Frederic Junod
2014-10-14 14:01:27 +02:00
parent dc0ff2eee8
commit f277b5c9a5
2 changed files with 4 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ map.on('click', function(evt) {
$(element).popover('destroy');
popup.setPosition(coordinate);
// the keys are quoted to prevent renaming in ADVANCED_OPTIMIZATIONS mode.
// the keys are quoted to prevent renaming in ADVANCED mode.
$(element).popover({
'placement': 'top',
'animation': false,