Skip to content

Commit

Permalink
add default method for error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz committed Oct 7, 2016
1 parent 35a0ecd commit 2b74dff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/client/components/map/openlayers/Layer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const OpenlayersLayer = React.createClass({
observables: [],
onLayerLoading: () => {},
onLayerLoad: () => {},
onLayerError: () => {},
onInvalid: () => {}
};
},
Expand Down

0 comments on commit 2b74dff

Please sign in to comment.