Ignore:
Timestamp:
12/12/24 17:06:06 (5 weeks ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
d565449
Message:

Pred finalna verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/browserslist/parse.js

    rd565449 r0c6b92a  
    1010
    1111function find(string, predicate) {
    12   for (var n = 1, max = string.length; n <= max; n++) {
     12  for (var max = string.length, n = 1; n <= max; n++) {
    1313    var parsed = string.substr(-n, n)
    1414    if (predicate(parsed, n, max)) {
Note: See TracChangeset for help on using the changeset viewer.