Skip to content

Commit

Permalink
add new file
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Chang committed Nov 11, 2013
1 parent 5d5dccc commit 2310e43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/marionette/element.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@
},

/**
* Returns the dictionary with x and y locatioin of an element.
* Returns the dictionary with x and y location of an element.
*
* The returned location will be in the following format:
*
Expand All @@ -329,6 +329,7 @@
* Returns the value of the specified CSS property name.
*
* @method cssProperty
* @param {string} property specified CSS property name.

This comment has been minimized.

Copy link
@evanxd

evanxd Nov 11, 2013

The first char of the "string" should be uppercase,
so {string} => {String}.

* @param {Function} callback [Error err, String value]
* @return {Object} self.
*/
Expand Down

0 comments on commit 2310e43

Please sign in to comment.