diff --git a/src/js/util.js b/src/js/util.js index eba095fb2..6071a9eac 100644 --- a/src/js/util.js +++ b/src/js/util.js @@ -6,10 +6,9 @@ vjs.util = {}; /** - * Merge two options objects, - * recursively merging any plain object properties as well. - * Previously `deepMerge` - * + * Merge two options objects, recursively merging any plain object properties as + * well. Previously `deepMerge` + * * @param {Object} obj1 Object to override values in * @param {Object} obj2 Overriding object * @return {Object} New object -- obj1 and obj2 will be untouched