node_modules/lodash/parseInt.js in trusty-cms-4.3 vs node_modules/lodash/parseInt.js in trusty-cms-4.3.1

- old
+ new

@@ -1,8 +1,8 @@ var root = require('./_root'), toString = require('./toString'); -/** Used to match leading and trailing whitespace. */ +/** Used to match leading whitespace. */ var reTrimStart = /^\s+/; /* Built-in method references for those with the same name as other `lodash` methods. */ var nativeParseInt = root.parseInt;