leaflet.fullscreen
Advanced tools
Comparing version 1.4.2 to 1.4.3
{ | ||
"name": "leaflet.fullscreen", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"homepage": "https://github.com/brunob/leaflet.fullscreen", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -158,3 +158,3 @@ (function () { | ||
case '': | ||
return document.fullScreen; | ||
return document.fullscreen; | ||
case 'webkit': | ||
@@ -161,0 +161,0 @@ return document.webkitIsFullScreen; |
{ | ||
"name": "leaflet.fullscreen", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "Simple plugin for Leaflet that adds fullscreen button to your maps.", | ||
@@ -5,0 +5,0 @@ "main": "Control.FullScreen.js", |
@@ -47,4 +47,4 @@ Leaflet.Control.FullScreen | ||
title: 'Show me the fullscreen !', // change the title of the button, default Full Screen | ||
titleCancel: 'Exit fullscreen mode' // change the title of the button when fullscreen is on, default Exit Full Screen | ||
content: null // change the content of the button, can be HTML, default null | ||
titleCancel: 'Exit fullscreen mode', // change the title of the button when fullscreen is on, default Exit Full Screen | ||
content: null, // change the content of the button, can be HTML, default null | ||
forceSeparateButton: true, // force seperate button to detach from zoom buttons, default false | ||
@@ -51,0 +51,0 @@ forcePseudoFullscreen: true, // force use of pseudo full screen even if full screen API is available, default false |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14455