We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 254e39d commit eba0e59Copy full SHA for eba0e59
1 file changed
tests/plugins/test_fullscreen.py
@@ -1,7 +1,9 @@
1
# -*- coding: utf-8 -*-
2
+
3
"""
4
Test Fullscreen
------------------------
5
+----------------
6
7
8
9
import folium
@@ -24,8 +26,8 @@ def test_fullscreen():
24
26
L.control.fullscreen({
25
27
position: '{{this.position}}',
28
title: '{{this.title}}',
- titleCancel: '{{this.titleCancel}}',
- forceSeparateButton: {{this.forceSeparateButton}},
29
+ titleCancel: '{{this.title_cancel}}',
30
+ forceSeparateButton: {{this.force_separate_button}},
31
}).addTo({{this._parent.get_name()}});
32
{{this._parent.get_name()}}.on('enterFullscreen', function(){
33
console.log('entered fullscreen');
0 commit comments