Ignore:
Timestamp:
01/21/25 03:08:24 (3 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/es-abstract/2015/QuoteJSONString.js

    r0c6b92a r79a0317  
    33var $TypeError = require('es-errors/type');
    44
    5 var callBound = require('call-bind/callBound');
     5var callBound = require('call-bound');
    66var forEach = require('../helpers/forEach');
    77
     
    2828        var product = '"';
    2929        if (value) {
    30                 forEach($strSplit(value), function (C) {
     30                forEach($strSplit(value, ''), function (C) {
    3131                        if (C === '"' || C === '\\') {
    3232                                product += '\u005C' + C;
Note: See TracChangeset for help on using the changeset viewer.