From f8f3a94e6d9572bef0849b15752b81d0402bfc90 Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Mon, 24 May 2010 02:01:22 +0200 Subject: finish! --- javascripts/lib/raphael.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'javascripts/lib') diff --git a/javascripts/lib/raphael.js b/javascripts/lib/raphael.js index 222f87f..1afc473 100644 --- a/javascripts/lib/raphael.js +++ b/javascripts/lib/raphael.js @@ -3056,7 +3056,7 @@ Raphael = (function () { animationElements[element.id] && (params.start = animationElements[element.id].start); return this.animate(params, ms, easing, callback); }; - // hack! http://groups.google.com/group/raphaeljs/browse_thread/thread/f5dc3ea149d3540b + // Hack! http://groups.google.com/group/raphaeljs/browse_thread/thread/f5dc3ea149d3540b Element[proto].moveTo = function(x, y){ switch (this.type) { case "path": -- cgit v1.2.3