zazzy-browser
Advanced tools
Comparing version 1.3.3 to 1.3.4
//! zzb.js | ||
//! version: 1.3.3 | ||
//! version: 1.3.4 | ||
//! author(s): Jaret Pfluger | ||
@@ -4,0 +4,0 @@ //! license: MIT |
{ | ||
"name": "zazzy-browser", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "A collection of general-purpose browser utilities used as higher-level building-blocks to create Bootstrap v4 websites and assist in client-server communications.", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -212,3 +212,3 @@ // client or server | ||
// https://ux.stackexchange.com/questions/13815/files-size-units-kib-vs-kb-vs-kb | ||
_strings.prototype.sizeToHumanReadable = function (bytes , si, dp) { | ||
_strings.prototype.sizeToHumanReadable = function (bytes, si, dp) { | ||
if (si !== true) { | ||
@@ -232,3 +232,3 @@ si = false | ||
// var r = 10 ** dp | ||
var r = Math.pow(dp, 10); | ||
var r = Math.pow(dp, 10) | ||
@@ -235,0 +235,0 @@ do { |
Sorry, the diff of this file is too big to display
253820