Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar-activity.js
blob: a020cdcb9e728a229d86013aa5bedb519255c9d5 (plain)
1
2
3
4
5
6
7
8
define(function () {
    activity = {}

    activity.close = function() {
    }

    return activity
});