Merge pull request #2834 from fredj/compiler_mode_name_doc

Use ADVANCED instead of ADVANCED_OPTIMIZATIONS
This commit is contained in:
Frédéric Junod
2014-10-14 14:12:36 +02:00
2 changed files with 4 additions and 4 deletions
+1 -1
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,