meltingice / CamanJS

Javascript HTML5 (Ca)nvas (Man)ipulation
http://camanjs.com
BSD 3-Clause "New" or "Revised" License
3.55k stars 404 forks source link

Object Version 3.0, Released 1/18/12 has no method 'useProxy' #26

Closed amitaibu closed 12 years ago

amitaibu commented 12 years ago

Following the docs:

Caman.remoteProxy = Caman.useProxy('php');

I get the error in the title.

btw, shouldn't the version ID change to 3.1.1?

meltingice commented 12 years ago

Apologies, good catch. I'll update the version string and the docs.

You can do:

Caman.remoteProxy = Caman.IO.useProxy('php');
amitaibu commented 12 years ago

Thanks!