Skip to content

Commit

Permalink
Remove StyleLayer#set
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Wojciechowski committed Nov 4, 2016
1 parent cd0bcac commit d4c62ca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions js/style/style_layer.js
Expand Up @@ -13,10 +13,7 @@ const TRANSITION_SUFFIX = '-transition';
class StyleLayer extends Evented {
constructor(layer) {
super();
this.set(layer);
}

set(layer) {
this.id = layer.id;
this.metadata = layer.metadata;
this.type = layer.type;
Expand Down

0 comments on commit d4c62ca

Please sign in to comment.