{"version":3,"sources":["webpack://mfModules.[name]/./src/mobile.editor.ve/mobile.editor.ve.js"],"names":["ve","trackSubscribe","topic","data","init","target","overlay","logFeatureUse","extendObject","feature","split"],"mappings":"yLAGAA,GAAGC,eAAgB,aAAa,SAAWC,EAAOC,GAI5CH,GAAGI,KAAKC,QACZL,GAAGI,KAAKC,OAAOC,QAAQC,cAAeP,GAAGQ,aAAcL,EAAM,CAC5DM,QAASP,EAAMQ,MAAO,KAAO,W","file":"mobile.editor.ve.js","sourcesContent":["/* global ve */\n\n// Hook up activity-tracking from VE's system to mobilefrontend's system\nve.trackSubscribe( 'activity.', function ( topic, data ) {\n\t// Events may get fired as the target is tearing down, in which\n\t// it may not still exist by the time this runs (e.g. auto-closing\n\t// any still-open dialogs). These events are probably not important.\n\tif ( ve.init.target ) {\n\t\tve.init.target.overlay.logFeatureUse( ve.extendObject( data, {\n\t\t\tfeature: topic.split( '.' )[ 1 ]\n\t\t} ) );\n\t}\n} );\n"],"sourceRoot":""}