projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f256a5
)
fix logic - we might not actually have a yahoo map layer here.
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 17 Jun 2010 05:21:22 +0000
(
01:21
-0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 17 Jun 2010 05:21:22 +0000
(
01:21
-0400)
horde/js/hordemap/yahoo.js
patch
|
blob
|
history
diff --git
a/horde/js/hordemap/yahoo.js
b/horde/js/hordemap/yahoo.js
index
b9d7408
..
6b164d3
100644
(file)
--- a/
horde/js/hordemap/yahoo.js
+++ b/
horde/js/hordemap/yahoo.js
@@
-43,7
+43,8
@@
HordeMap.Geocoder.Yahoo = Class.create(
this._map = mo;
}
}
- } else {
+ }
+ if (!this._map) {
this._map = new YMap(new Element('div'));
}
},