Skip to content

Commit

Permalink
Remove legacy comment
Browse files Browse the repository at this point in the history
Remove the comment for the extend method, which was removed back in 7c81eb3
  • Loading branch information
gravitystorm committed Sep 28, 2012
1 parent 4a9b5b5 commit 0560ae9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/carto/tree/ruleset.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,6 @@ tree.Ruleset.prototype = {
variable: function(name) {
return this.variables()[name];
},
/**
* Extend this rule by adding rules from another ruleset
*
* Currently this is designed to accept less specific
* rules and add their values only if this ruleset doesn't
* contain them.
*/

rulesets: function() {
if (this._rulesets) { return this._rulesets; }
else {
Expand Down

0 comments on commit 0560ae9

Please sign in to comment.