UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

11 lines (9 loc) 214 B
/** * @private */ Ext.define('Ext.device.communicator.Android', { extend: 'Ext.device.communicator.Default', doSend: function(args) { return window.Sencha.action(JSON.stringify(args)); } });