summaryrefslogtreecommitdiff
path: root/client/assets/javascripts/environments/tableaux/_empty.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-06-03 17:51:34 -0400
committerJules Laplace <jules@okfoc.us>2014-06-03 17:51:34 -0400
commit90142bd07f926ef8a7f3ea86a563ec0ca648ca5d (patch)
tree2851e990b4b71e215ad2fff4dbcaf80229953c35 /client/assets/javascripts/environments/tableaux/_empty.js
parent607f69c67a5b4dc72d2754192e3cdf67d0ad11d0 (diff)
pulling in more stuff from posthang
Diffstat (limited to 'client/assets/javascripts/environments/tableaux/_empty.js')
-rw-r--r--client/assets/javascripts/environments/tableaux/_empty.js32
1 files changed, 0 insertions, 32 deletions
diff --git a/client/assets/javascripts/environments/tableaux/_empty.js b/client/assets/javascripts/environments/tableaux/_empty.js
deleted file mode 100644
index b69fa78..0000000
--- a/client/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(){
- },
-
-})
-
-*/