File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 9
9
console . log ( result ) ;
10
10
} ) ;
11
11
12
- mapQuestGeocoder . geodecode ( "44.915" , "-93.21" , function ( result ) {
13
- console . log ( result ) ;
14
- } ) ;
12
+ setTimeout ( function ( ) {
13
+ mapQuestGeocoder . geodecode ( "44.915" , "-93.21" , function ( result ) {
14
+ console . log ( result ) ;
15
+ } ) ;
16
+ } , 100 ) ;
15
17
</ script >
16
18
</ head >
17
19
< body >
Original file line number Diff line number Diff line change 36
36
37
37
< script src ="../src/ExternalURILoader.js "> </ script >
38
38
39
+ < script src ="../src/providers/BingProvider.js "> </ script >
40
+
39
41
< script src ="../src/providers/GoogleAPIProvider.js "> </ script >
40
42
41
43
< script src ="../src/providers/MapquestProvider.js "> </ script >
50
52
51
53
< script src ="GeocoderProviderFactory.spec.js "> </ script >
52
54
55
+ < script src ="providers/BingProvider.spec.js "> </ script >
56
+
53
57
< script src ="providers/GoogleAPIProvider.spec.js "> </ script >
54
58
55
59
< script src ="providers/MapquestProvider.spec.js "> </ script >
You can’t perform that action at this time.
0 commit comments