caleb531 / jcanvas

A jQuery plugin that makes the HTML5 canvas easy to work with.
https://projects.calebevans.me/jcanvas/
MIT License
626 stars 192 forks source link

Get layer with empty name #121

Closed shariful2011 closed 11 years ago

shariful2011 commented 11 years ago

How to retrieve layers who's name is empty?

caleb531 commented 11 years ago

jCanvas doesn't allow for empty layer names. If you are trying to remove a name from a layer, set its name property to null using the setLayer() method.

-Caleb