Sha256: de9a8b5a607f1b763aaeef0fec801b6640c23c9366b1b2be902c2bc6d948ea4f
Contents?: true
Size: 370 Bytes
Versions: 6
Compression:
Stored size: 370 Bytes
Contents
/* Force Rho API to use AJAX bridge. Use in rhobuild.yml in a following way: ajax_api_bridge: wm: true rhosim: false */ (function ($, rho, rhoPlatform, rhoUtil) { 'use strict'; window[rhoUtil.flag.NATIVE_BRIDGE_TYPE] = window[rhoUtil.flag.NATIVE_BRIDGE_TYPE] || rhoPlatform.id.AJAX; })(Rho.jQuery, Rho, Rho.platform, Rho.util);
Version data entries
6 entries across 6 versions & 2 rubygems