Sha256: 05ef55e44018c30f8ff2604becd87d6e6b7b89bfe40017efc9e7320b2c8f30e6
Contents?: true
Size: 224 Bytes
Versions: 3
Compression:
Stored size: 224 Bytes
Contents
(function () { // Fix for bug in str.toLowerCase() method of String class in QTWebView component executing on Windows. String.prototype.toLowerCase = function (str) { return __rhoNativeApi.toLowerCase(this); } })();
Version data entries
3 entries across 3 versions & 1 rubygems