limpiar atributos usuario - Coffescript
AUTOR PREGUNTA #1
-
¿Tienes la misma pregunta? Yo también
Esto también te interesa!
PREGUNTAS SIMILARES
#2
var atributo = new Model(); atributo .set({ "id": "hola mundo" }); alert(atributo .get("id")); alert(atributo .id); atributo .clear(); alert(atributo .id); alert(atributo.get("id"));