Revert dimensions.js change

To unbreak the sync
This commit is contained in:
Christopher Chedeau 2015-12-23 10:06:50 -08:00
parent cdb86a6589
commit d9c582ed64
1 changed files with 0 additions and 2 deletions

View File

@ -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.
*/