diff options
Diffstat (limited to 'client/assets/javascripts/environments/tableaux/_empty.js')
| -rw-r--r-- | client/assets/javascripts/environments/tableaux/_empty.js | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/client/assets/javascripts/environments/tableaux/_empty.js b/client/assets/javascripts/environments/tableaux/_empty.js new file mode 100644 index 0000000..b69fa78 --- /dev/null +++ b/client/assets/javascripts/environments/tableaux/_empty.js @@ -0,0 +1,32 @@ +/* + +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(){ + }, + +}) + +*/ |
