GLOBAL: no & in text
parent
780f9f5326
commit
ea2fee7d2a
|
@ -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) {
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue