UNPKG

mtl-js-sdk

Version:

22 lines (17 loc) 393 B
"use strict"; define(function () { function init(object) { mtlBridge.call('MTLUMengService', 'init', object); } function openShare(object) { mtlBridge.call('MTLUMengService', 'openShare', object); } function doShare(object) { mtlBridge.call('MTLUMengService', 'doShare', object); } return { init: init, openShare: openShare, doShare: doShare }; });