Skip to content

Commit

Permalink
Merge pull request less#191 from gravitystorm/patch-1
Browse files Browse the repository at this point in the history
Remove legacy comment
  • Loading branch information
tmcw committed Sep 29, 2012
2 parents 4a9b5b5 + 0560ae9 commit e055301
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 e055301

Please sign in to comment.