1
0
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:
Steve Heffernan 2014-07-25 15:36:46 -07:00
commit e17dd2c68d

View File

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