Comment no longer applies

This commit is contained in:
Tom MacWright 2011-01-24 13:42:56 -05:00
parent e20b6be6cd
commit 3a87423e9d

View File

@ -16,8 +16,6 @@ tree.Definition.prototype.clone = function() {
* Return a copy of this ruleset with only
* rules related to a specific symbolizer, but otherwise identical
* selectors.
*
* NOTE: does not clone objects besides creating a new Ruleset.
*/
tree.Definition.prototype.filterSymbolizer = function(symbolizer) {
var newDefinition = this.clone();