Sha256: 235bea4a3becb969e14f1faa4cfbfcd057e4d149ae017b0ccd7f3d6ca17c1649
Contents?: true
Size: 180 Bytes
Versions: 9
Compression:
Stored size: 180 Bytes
Contents
Smoke = { print: function(v) { // use the jquery print plugin if it is available or fall back to toString(); return (jQuery && jQuery.print) ? $.print(v) : v.toString(); } };
Version data entries
9 entries across 9 versions & 2 rubygems