Sha256: 19c29433079f1a90aedb5643226874feed3e51e859e23eab994dcb253d6e1d0d
Contents?: true
Size: 515 Bytes
Versions: 9
Compression:
Stored size: 515 Bytes
Contents
if (typeof(console) == "undefined") { var console = { info: function(){}, warn: function(){}, error: function(){}, log: function(){}, time: function(){}, timeEnd: function(){} }; } if(!Array.isArray) { Array.isArray = function (vArg) { return Object.prototype.toString.call(vArg) === "[object Array]"; }; } if (!Object.isSVGElement) { Object.isSVGElement = function(vArg) { var str = Object.prototype.toString.call(vArg); return (str.indexOf("[object SVG") == 0); }; }
Version data entries
9 entries across 9 versions & 1 rubygems