ataranto / CefSharp

.Net binding for the Chromium Embedded Framework
Other
62 stars 34 forks source link

[VS2012] Javascript method casing #59

Closed perlun closed 11 years ago

perlun commented 11 years ago

(This one adds on top of #53 and #55 so those PR:s should be merged first.)

For my personal needs, I have fixed the CLR to Javascript binding so that methods in the CLR world get changed to camelCase format (instead of just using their CLR casing which was the case before). I feel this is a more natural way to expose the objects to the Javascript world.

perlun commented 11 years ago

Likewise, closing since it's now merged into https://github.com/cefsharp/CefSharp.