diff options
Diffstat (limited to 'javascripts/lib/raphael.js')
-rw-r--r-- | javascripts/lib/raphael.js | 2 |
1 files changed, 1 insertions, 1 deletions
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": |