diff options
author | Patrick Simianer <p@simianer.de> | 2010-05-24 02:01:22 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2010-05-24 02:01:22 +0200 |
commit | f8f3a94e6d9572bef0849b15752b81d0402bfc90 (patch) | |
tree | 61864126a42b271bccf9f6289b0f1ea49115e57a /javascripts/lib | |
parent | 3d9e4d9737fdb534b07638ff5d47b0e74922fe7b (diff) |
finish!
Diffstat (limited to 'javascripts/lib')
-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": |