X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=plugins%2Fjquery.colorwheel.js;h=14e45d5423ac108d8bc81e363b712f1346ba8f26;hb=1bf5b16dccee52f25e16cb388524ed40b332e704;hp=b8f504d759f02f5ecdfc863a1b9b70687db994da;hpb=d79aba6bf701a6228937378e6049e8129d01b10b;p=raphael diff --git a/plugins/jquery.colorwheel.js b/plugins/jquery.colorwheel.js index b8f504d..14e45d5 100644 --- a/plugins/jquery.colorwheel.js +++ b/plugins/jquery.colorwheel.js @@ -1,14 +1,8 @@ -/*! - * Color Wheel 0.1.0 - Raphael plugin - * - * Copyright (c) 2010 John Weir (http://famedriver.com) & Dmitry Baranovskiy (http://raphaeljs.com) - * Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) license. - */ (function ($, R) { $.fn.colorwheel = function (size, initcolor) { if (R) { var offset = this.offset(); - return R.colorpicker(offset.left, offset.top, size, initcolor, this[0]); + return R.colorwheel(offset.left, offset.top, size, initcolor, this[0]); } return null; };