mirror of
https://github.com/videojs/video.js.git
synced 2025-02-18 12:24:02 +02:00
Merge pull request #1361 from gutworth/fix-ws
fix whitespace in util.js
This commit is contained in:
commit
e17dd2c68d
@ -6,9 +6,8 @@
|
|||||||
vjs.util = {};
|
vjs.util = {};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Merge two options objects,
|
* Merge two options objects, recursively merging any plain object properties as
|
||||||
* recursively merging any plain object properties as well.
|
* well. Previously `deepMerge`
|
||||||
* Previously `deepMerge`
|
|
||||||
*
|
*
|
||||||
* @param {Object} obj1 Object to override values in
|
* @param {Object} obj1 Object to override values in
|
||||||
* @param {Object} obj2 Overriding object
|
* @param {Object} obj2 Overriding object
|
||||||
|
Loading…
x
Reference in New Issue
Block a user