Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/es-abstract/2016/QuoteJSONString.js
r0c6b92a r79a0317 3 3 var $TypeError = require('es-errors/type'); 4 4 5 var callBound = require('call-b ind/callBound');5 var callBound = require('call-bound'); 6 6 var forEach = require('../helpers/forEach'); 7 7 … … 28 28 var product = '"'; 29 29 if (value) { 30 forEach($strSplit(value ), function (C) {30 forEach($strSplit(value, ''), function (C) { 31 31 if (C === '"' || C === '\\') { 32 32 product += '\u005C' + C;
Note:
See TracChangeset
for help on using the changeset viewer.