Skip to content

Commit

Permalink
Added 'null' to the valid params for the 'val'-query.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joscha Rohmann committed Jan 7, 2016
1 parent 1123d4f commit 6b9fd45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query/queries.js
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ define([
* Sets the value attribute on an element.
*
* @memberof blocks.queries
* @param {(string|number|Array|undefined)} value - The new value for the element.
* @param {(string|number|Array|undefined|null)} value - The new value for the element.
*
* @example {html}
* <script>
Expand Down

0 comments on commit 6b9fd45

Please sign in to comment.