Skip to content

Commit

Permalink
Merge 66060f3 into 86ae6e8
Browse files Browse the repository at this point in the history
  • Loading branch information
bonroyage committed Jun 22, 2016
2 parents 86ae6e8 + 66060f3 commit b2f515d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/g-map-polyline.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import compact from '../utils/compact';

const { isEmpty, isPresent, observer, computed, run, assert, typeOf } = Ember;

const allowedPolylineOptions = Ember.A(['strokeColor', 'strokeWeight', 'strokeOpacity', 'zIndex']);
const allowedPolylineOptions = Ember.A(['strokeColor', 'strokeWeight', 'strokeOpacity', 'zIndex', 'geodesic', 'clickable', 'draggable', 'visible']);

const GMapPolylineComponent = Ember.Component.extend({
layout: layout,
Expand Down

0 comments on commit b2f515d

Please sign in to comment.