4 lines
79 B
JavaScript
4 lines
79 B
JavaScript
Feature = function(name){
|
|
this.name = name;
|
|
this.description = description;
|
|
} |