From c3021baa2f6145405ff7ffdc1a297cefe0981f5f Mon Sep 17 00:00:00 2001 From: George Michael Brower Date: Sun, 23 Jan 2011 14:23:53 -0700 Subject: [PATCH] Initial files --- demo.html | 27 +++++++++++++++++++++++++++ gui.js | 7 +++++++ 2 files changed, 34 insertions(+) create mode 100644 demo.html create mode 100644 gui.js diff --git a/demo.html b/demo.html new file mode 100644 index 0000000..2ec3ce2 --- /dev/null +++ b/demo.html @@ -0,0 +1,27 @@ + + + + + + + + + \ No newline at end of file diff --git a/gui.js b/gui.js new file mode 100644 index 0000000..492810b --- /dev/null +++ b/gui.js @@ -0,0 +1,7 @@ +var GUI = new function() { + + this.add = function(a) { + console.log(typeof a); + } + +} \ No newline at end of file