GLOBAL: no & in text

master
Mike Sierra 2013-10-09 21:13:54 -04:00
parent 780f9f5326
commit ea2fee7d2a
2 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -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,