mirror of
https://github.com/videojs/video.js.git
synced 2025-07-13 01:30:17 +02:00
Merge pull request #1361 from gutworth/fix-ws
fix whitespace in util.js
This commit is contained in:
@ -6,9 +6,8 @@
|
||||
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
|
||||
|
Reference in New Issue
Block a user