dpzvc-ui 1.2.5 → 1.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/dpzvc.js CHANGED
@@ -4880,7 +4880,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;(function() {
4880
4880
 
4881
4881
  function getStringFromDB(buffer, start, length) {
4882
4882
  var outstr = "";
4883
- for (n = start; n < start+length; n++) {
4883
+ for (var n = start; n < start+length; n++) {
4884
4884
  outstr += String.fromCharCode(buffer.getUint8(n));
4885
4885
  }
4886
4886
  return outstr;