Differenze tra le versioni di "MediaWiki:InteractiveMaps.js"

m
I'm not entirely sure this changes anything
m (This should solve jQuery loading issues (not the best solution, but let's take it for now))
m (I'm not entirely sure this changes anything)
'use strict';
/* <pre>
* ZoomableMap v1.5
*/
(function( $ ) {
'use strict';
 
var _sensibility = 2,
_init = function() {
$(_init);
 
})( window.jQuery$ );
 
/*******************************************************************************
*/
(function( $ ) {
'use strict';
 
// WARNING: Doesn't support multiple maps in a page
var _buckets = {},
$(_init);
 
})( window.jQuery$ );