diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-03 13:52:20 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-03 13:52:20 -0400 |
| commit | f768ab296c07ce93efe9f2507cdf4b795aa10013 (patch) | |
| tree | 0470e2f1fbf96a23e70e324bbf25d5b286750b30 /public/assets/js/lib/views/index/index.js | |
| parent | 21b3290d8bc6276fb95ece54494fdfb518552de6 (diff) | |
pull in app skeleton from asdf-yt
Diffstat (limited to 'public/assets/js/lib/views/index/index.js')
| -rw-r--r-- | public/assets/js/lib/views/index/index.js | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/public/assets/js/lib/views/index/index.js b/public/assets/js/lib/views/index/index.js new file mode 100644 index 0000000..095909d --- /dev/null +++ b/public/assets/js/lib/views/index/index.js @@ -0,0 +1,14 @@ +var IndexView = View.extend({ + + events: { + }, + + initialize: function(opt){ + // opt.parent = parent + }, + + success: function(){ + window.location.href = "/index" + }, + +})
\ No newline at end of file |
