jsrender - In jsViews there is a `setProperty()` method. How do I do `removeProperty()`? -


in jsrender documentation there method $.observable(object).setproperty() how remove property object observably?

there removeproperty() method. recent addition api, not yet in documentation (to added soon).

$.observable(myobject).removeproperty("propertyname")


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -