1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-24 08:42:25 +02:00

Merge pull request #1361 from gutworth/fix-ws

fix whitespace in util.js
This commit is contained in:
Steve Heffernan 2014-07-25 15:36:46 -07:00
commit e17dd2c68d

View File

@ -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