Skip to content

Commit

Permalink
Merge pull request #125 from eloupias/master
Browse files Browse the repository at this point in the history
Implementation googlev3 Polyline show and hide
  • Loading branch information
freyfogle committed Mar 30, 2012
2 parents 7fd5a04 + e5ceb9f commit 1312f05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/mxn.googlev3.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -604,11 +604,11 @@ Polyline: {
},

show: function() {
throw 'Not implemented';
this.proprietary_polyline.setVisible(true);
},

hide: function() {
throw 'Not implemented';
this.proprietary_polyline.setVisible(false);
}

}
Expand Down

0 comments on commit 1312f05

Please sign in to comment.