UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

11 lines (9 loc) 172 B
/** * @private */ Ext.define('Ext.device.browser.Simulator', { open: function(config) { window.open(config.url, '_blank'); }, close: Ext.emptyFn });