()
| 4322 | } |
| 4323 | |
| 4324 | rulesets() { |
| 4325 | if (this._rulesets) { |
| 4326 | return this._rulesets; |
| 4327 | } else { |
| 4328 | return this._rulesets = this.rules.filter(function (r) { |
| 4329 | return (r instanceof CartoCSS.Tree.Ruleset); |
| 4330 | }); |
| 4331 | } |
| 4332 | } |
| 4333 | |
| 4334 | find(selector, self) { |
| 4335 | self = self || this; |