summaryrefslogtreecommitdiff
path: root/public/assets/javascripts/environments/tableaux/_empty.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-06-24 15:31:49 -0400
committerJules Laplace <jules@okfoc.us>2014-06-24 15:31:49 -0400
commitd52c037ab7e01660a85363a2941052e4d4b8cf03 (patch)
treee6209681d09a466dcd1f8d6d1fe0498bacf7dc02 /public/assets/javascripts/environments/tableaux/_empty.js
parenteac88be42cc1a7f85c7a0533414e1047e0addc39 (diff)
removing old mx stuff
Diffstat (limited to 'public/assets/javascripts/environments/tableaux/_empty.js')
-rw-r--r--public/assets/javascripts/environments/tableaux/_empty.js32
1 files changed, 0 insertions, 32 deletions
diff --git a/public/assets/javascripts/environments/tableaux/_empty.js b/public/assets/javascripts/environments/tableaux/_empty.js
deleted file mode 100644
index b69fa78..0000000
--- a/public/assets/javascripts/environments/tableaux/_empty.js
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
-
-MX.Tableaux.Foo = MX.Tableau.extend({
-
- init: function (opt) {
-
- this.opt = opt = defaults(opt, {
- width: 100,
- height: 100,
- depth: 100,
- x: 0,
- y: 0,
- z: 0,
- rotationY: 0,
- rotationX: 0,
- scale: 1,
- })
-
- },
-
- animate: function() {
- },
-
- show: function(){
- },
-
- hide: function(){
- },
-
-})
-
-*/