Wizcorp / phonegap-plugin-wizCanvas

WizCanvas allows a developer to create a ultra-performant native canvas component. The view is based on the Ejecta framework and has WebGL support.
MIT License
43 stars 13 forks source link

fix bug where not passing options or passing null would crash application #15

Closed aogilvie closed 10 years ago

aogilvie commented 10 years ago

Test code: (using sample application)

wizCanvas.hide("newCanvas"); wizCanvas.show("newCanvas"); wizCanvas.hide("newCanvas", {}); wizCanvas.show("newCanvas", {});

jrouault commented 10 years ago

:accept: