From a7e977c5ddf372b59ab4c77a0ced4fa2d67df604 Mon Sep 17 00:00:00 2001 From: Joe Stanton Date: Tue, 10 Mar 2015 08:58:11 +0000 Subject: [PATCH] Fix reference to GeoLocationExample --- Examples/UIExplorer/GeoLocationExample.js | 2 +- Examples/UIExplorer/UIExplorerList.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/UIExplorer/GeoLocationExample.js b/Examples/UIExplorer/GeoLocationExample.js index fac3dd205..561808149 100644 --- a/Examples/UIExplorer/GeoLocationExample.js +++ b/Examples/UIExplorer/GeoLocationExample.js @@ -1,7 +1,7 @@ /** * Copyright 2004-present Facebook. All Rights Reserved. * - * @providesModule GeolocationExample + * @providesModule GeoLocationExample */ /* eslint no-console: 0 */ 'use strict'; diff --git a/Examples/UIExplorer/UIExplorerList.js b/Examples/UIExplorer/UIExplorerList.js index e04edcab6..96c11d439 100644 --- a/Examples/UIExplorer/UIExplorerList.js +++ b/Examples/UIExplorer/UIExplorerList.js @@ -32,7 +32,7 @@ var EXAMPLES = [ require('./ActivityIndicatorExample'), require('./ScrollViewExample'), require('./DatePickerExample'), - require('./GeolocationExample'), + require('./GeoLocationExample'), require('./TabBarExample'), require('./SwitchExample'), require('./SliderExample'),