Skip to content

Commit d9c582e

Browse files
committed
Revert dimensions.js change
To unbreak the sync
1 parent cdb86a6 commit d9c582e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Libraries/Utilities/Dimensions.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ class Dimensions {
5757
* than caching the value (for example, using inline styles rather than
5858
* setting a value in a `StyleSheet`).
5959
*
60-
* Example: `var {height, width} = Dimensions.get('window');`
61-
*
6260
* @param {string} dim Name of dimension as defined when calling `set`.
6361
* @returns {Object?} Value for the dimension.
6462
*/

0 commit comments

Comments
 (0)