projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4eafa04
)
Remove trailing comma to make IE happy.
author
Tom Hughes
<tom@compton.nu>
Sat, 18 Apr 2009 16:45:45 +0000
(16:45 +0000)
committer
Tom Hughes
<tom@compton.nu>
Sat, 18 Apr 2009 16:45:45 +0000
(16:45 +0000)
public/javascripts/map.js
patch
|
blob
|
history
diff --git
a/public/javascripts/map.js
b/public/javascripts/map.js
index 3cfa2f9a1dace745cc8ecf22faa55b40d26f082b..92967adcd9c01fb02143b8b0ac3458548b260c94 100644
(file)
--- a/
public/javascripts/map.js
+++ b/
public/javascripts/map.js
@@
-123,7
+123,7
@@
function addBoxToMap(boxbounds) {
var box = new OpenLayers.Feature.Vector(geometry, {}, {
strokeWidth: 2,
strokeColor: '#ee9900',
- fillOpacity: 0
,
+ fillOpacity: 0
});
vectors.addFeatures(box);