Skip to content

Commit

Permalink
Revert dimensions.js change
Browse files Browse the repository at this point in the history
To unbreak the sync
  • Loading branch information
vjeux committed Dec 23, 2015
1 parent cdb86a6 commit d9c582e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Libraries/Utilities/Dimensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ class Dimensions {
* than caching the value (for example, using inline styles rather than
* setting a value in a `StyleSheet`).
*
* Example: `var {height, width} = Dimensions.get('window');`
*
* @param {string} dim Name of dimension as defined when calling `set`.
* @returns {Object?} Value for the dimension.
*/
Expand Down

0 comments on commit d9c582e

Please sign in to comment.