Deploy v0.45.0

Reviewed By: samwgoldman

Differential Revision: D4965967

fbshipit-source-id: 090f35efe225b1803141d3062d68e1e626907029
This commit is contained in:
Gabe Levi
2017-04-27 17:04:53 -07:00
committed by Facebook Github Bot
parent 924b869f76
commit a7009077ed
4 changed files with 8 additions and 8 deletions

View File

@@ -70,7 +70,7 @@ class GeolocationExample extends React.Component {
}
componentWillUnmount() {
navigator.geolocation.clearWatch(this.watchID);
this.watchID != null && navigator.geolocation.clearWatch(this.watchID);
}
render() {