Skip to content

Commit

Permalink
Fix Doc issues
Browse files Browse the repository at this point in the history
  • Loading branch information
StephaneDiot committed Jan 12, 2015
1 parent 6912e47 commit 2b383d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/public/js/models/ez-restmodel.js
Expand Up @@ -162,7 +162,7 @@ YUI.add('ez-restmodel', function (Y) {
* the mapping described by the ATTRS_REST_MAP and LINKS_MAP.
*
* @method loadFromHash
* @params {Object} hash a literal object to import
* @param {Object} hash a literal object to import
*/
loadFromHash: function (hash) {
var root = this.constructor.REST_STRUCT_ROOT,
Expand Down
1 change: 1 addition & 0 deletions Resources/public/js/views/ez-selectionfilterview.js
Expand Up @@ -168,6 +168,7 @@ YUI.add('ez-selectionfilterview', function (Y) {
* the data attribute of the selected element.
*
* @param {Node} the selected node
* @method _getTargetAttributes
* @return {Object} a hash with the attributes values.
*/
_getTargetAttributes: function (target) {
Expand Down

0 comments on commit 2b383d1

Please sign in to comment.