UNPKG
g.raphael
Version:
latest (1.4.7-npm-1.0.1)
1.4.7-npm-1.0.1
1.4.7-npm-1.0.0
An npm package of g.raphael
marcuswestin/raphael
g.raphael
/
node_modules
/
raphael
/
plugins
/
jquery.colorwheel.js
9 lines
•
283 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
(
function
(
$, R
) { $.fn.
colorwheel
=
function
(
size, initcolor
) {
if
(R) {
var
offset =
this
.
offset
();
return
R.
colorwheel
(offset.
left
, offset.
top
, size, initcolor,
this
[
0
]); }
return
null
; }; })(
window
.
jQuery
,
window
.
Raphael
);