var CreditCardView = View.extend({ template: $("#creditcard_template").html(), events: { }, initialize: function(opt){ this.parent = opt.parent }, build: function(){ }, deserialize: function(){ }, serialize: function(){ }, })