lsmith / yui3-gallery

YUI3 Gallery Modules
http://yuilibrary.com/gallery
8 stars 3 forks source link

patches for gallery-jsonrpc #8

Closed jafl closed 12 years ago

jafl commented 12 years ago

Here is a patch for the three issues I explained over email:

1) Adding the class and function to the Y.RPC namespace, so users can switch between JSON and Mojito by just referencing Y.RPC[something]

2) Fixing Y.jsonrpc to make config optional

3) More careful checking for a callback object in addMethod

lsmith commented 12 years ago

Merged, thanks!