File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ var DASH_REGEX = /-([a-z])/g;
9
9
* Deserialize style-like string into an object of properties.
10
10
*
11
11
* @param {string } value - HTML attribute value.
12
- * @param {object } obj - Reused object for object pooling.
12
+ * @param {object } [ obj] - Reused object for object pooling.
13
13
* @returns {object } Property data.
14
14
*/
15
15
export function parse ( value , obj ) {
@@ -83,7 +83,7 @@ var getKeyValueChunks = (function () {
83
83
* Convert a style attribute string to an object.
84
84
*
85
85
* @param {object } str - Attribute string.
86
- * @param {object } obj - Object to reuse as a base, else a new one will be allocated.
86
+ * @param {object } [ obj] - Object to reuse as a base, else a new one will be allocated.
87
87
*/
88
88
function styleParse ( str , obj ) {
89
89
var chunks ;
You can’t perform that action at this time.
0 commit comments