Merge develop

This commit is contained in:
SabreCat
2022-06-16 13:25:56 -05:00
parent ce67f06bab
commit 4a3a7db52a
142 changed files with 3172 additions and 3138 deletions
@@ -119,7 +119,7 @@ function path(obj, path, def) {
* @param {String} path dot separated
* @param {*} def default value ( if result undefined )
* @returns {*}
* http://stackoverflow.com/a/16190716
* https://stackoverflow.com/a/16190716
* Usage: console.log(path(someObject, pathname));
*/
for(var i = 0,path = path.split('.'),len = path.length; i < len; i++){