From ea2fee7d2ab5c4eb01b647347b83cc936dd397ab Mon Sep 17 00:00:00 2001 From: Mike Sierra Date: Wed, 9 Oct 2013 21:13:54 -0400 Subject: [PATCH] GLOBAL: no & in text --- src/set.js | 2 +- src/svg.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/set.js b/src/set.js index f95eb70..7746042 100644 --- a/src/set.js +++ b/src/set.js @@ -142,7 +142,7 @@ Snap.plugin(function (Snap, Element, Paper, glob) { * Removes given element from the set ** - element (object) element to remove - = (boolean) `true` if object was found & removed from the set + = (boolean) `true` if object was found and removed from the set \*/ setproto.exclude = function (el) { for (var i = 0, ii = this.length; i < ii; i++) if (this[i] == el) { diff --git a/src/svg.js b/src/svg.js index 6b0ec3b..08a0b62 100644 --- a/src/svg.js +++ b/src/svg.js @@ -841,7 +841,7 @@ packageRGB = function (r, g, b, o) { ** * Parses the color string and returns an object featuring the color's component values - clr (string) color string in one of the supported formats. See @Snap.getRGB. - = (object) Combined RGB & HSB object in the following format: + = (object) Combined RGB/HSB object in the following format: o { o r (number) red, o g (number) green,