diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-09 17:46:54 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-09 17:46:54 -0500 |
| commit | ead9d27ebc580ce428c991cbbd3ad505865ffd63 (patch) | |
| tree | 3d91872dc17760ea7df5ab4698f24bde6d838769 /StoneIsland/www/js/lib/nav/CreditCardView.js | |
| parent | 6a8e38d24c4866b8559f7116eac694fbf1da4ded (diff) | |
case sensitive
Diffstat (limited to 'StoneIsland/www/js/lib/nav/CreditCardView.js')
| -rw-r--r-- | StoneIsland/www/js/lib/nav/CreditCardView.js | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/nav/CreditCardView.js b/StoneIsland/www/js/lib/nav/CreditCardView.js new file mode 100644 index 00000000..6668053d --- /dev/null +++ b/StoneIsland/www/js/lib/nav/CreditCardView.js @@ -0,0 +1,22 @@ + +var CreditCardView = View.extend({ + + template: $("#creditcard_template").html(), + + events: { + }, + + initialize: function(opt){ + this.parent = opt.parent + }, + + build: function(){ + }, + + deserialize: function(){ + }, + + serialize: function(){ + }, + +}) |
