Skip to content

Commit

Permalink
Yves dufour's correction on clusterer
Browse files Browse the repository at this point in the history
git-svn-id: http://ym4r.rubyforge.org/svn/Plugins/GM/trunk/ym4r_gm@87 c9bc9743-7714-0410-b404-d8b1d4e1ace9
  • Loading branch information
Guilhem Vellut committed Mar 9, 2007
1 parent 16a32de commit bf12e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/clusterer.js
Expand Up @@ -345,7 +345,7 @@ Clusterer.popUp = function ( cluster ){

Clusterer.rePop = function ( clusterer ){
if ( clusterer.poppedUpCluster != null )
Clusterer.popUp( poppedUpCluster );
Clusterer.popUp( clusterer.poppedUpCluster );
};

Clusterer.popDown = function ( clusterer ){
Expand Down

0 comments on commit bf12e43

Please sign in to comment.