Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-02-02 15:22:50 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-02-02 16:17:51 (GMT)
commit42c855390c907f7ecf32bd68489f0f261e7c6286 (patch)
tree67df0c919306f8bcf4ad9b557cdf0cd1fe014431
Initial commitHEADmaster
-rw-r--r--sugar-activity.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/sugar-activity.js b/sugar-activity.js
new file mode 100644
index 0000000..a020cdc
--- /dev/null
+++ b/sugar-activity.js
@@ -0,0 +1,8 @@
+define(function () {
+ activity = {}
+
+ activity.close = function() {
+ }
+
+ return activity
+});