How can i remove a bind from one of my objects
I bind the play stopped JS event with one of my model's properties but now I am looking for a way to remove this binding property and I know that deleting the model is one solution but I don't want to delete this model, everyone here knows another way to unbind an event property?


