From 0560ae9f86a4dd02b6db535d5ba5c9389214dd77 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Fri, 28 Sep 2012 16:27:23 +0200 Subject: [PATCH] Remove legacy comment Remove the comment for the extend method, which was removed back in 7c81eb353dcea --- lib/carto/tree/ruleset.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/carto/tree/ruleset.js b/lib/carto/tree/ruleset.js index 381f75ddd..214cb56e7 100644 --- a/lib/carto/tree/ruleset.js +++ b/lib/carto/tree/ruleset.js @@ -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 {