From 42c855390c907f7ecf32bd68489f0f261e7c6286 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Sat, 02 Feb 2013 15:22:50 +0000 Subject: Initial commit --- 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 +}); -- cgit v0.9.1