Skip to content

Commit 32b642d

Browse files
authored
Merge pull request Kolyunya#23 from Kolyunya/add-support-for-jquery-v3
Add support for jQuery v3
2 parents 610ce4e + ff99419 commit 32b642d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

sources/web/js/map-input-widget.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,9 +342,7 @@ function MapInputWidget ( widget )
342342
// Use it to get references to widget instances.
343343
var mapInputWidgetManager;
344344

345-
$(window).load
346-
(
347-
function()
345+
$(window).on('load', function()
348346
{
349347

350348
// Create an instance of widget manager

sources/web/js/map-input-widget.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)