{"version":3,"file":"5487-49308c9.js","mappings":"8JAeAA,GAAAA,EAAE,WACAA,GAAAA,CAAE,QAAQC,GAAG,QAAS,cAAc,SAAUC,GAC5CA,EAAMC","sources":["webpack://musicbrainz-server/./root/static/scripts/common/dialogs.js"],"sourcesContent":["/*\n * Copyright (C) 2015 MetaBrainz Foundation\n *\n * This file is part of MusicBrainz, the open internet music database,\n * and is licensed under the GPL version 2, or (at your option) any\n * later version: http://www.gnu.org/licenses/gpl-2.0.txt\n */\n\nimport $ from 'jquery';\n\n/*\n * Make sure click events within the dialog don't bubble and cause\n * side-effects.\n */\n\n$(function () {\n $('body').on('click', '.ui-dialog', function (event) {\n event.stopPropagation();\n });\n});\n"],"names":["$","on","event","stopPropagation"],"sourceRoot":""}