cherche / fuchsia

An attempt at creating an intelligent virtual personal assistant for the web based on Jared Cubilla's Jarvis.
https://cherche.github.io/fuchsia/
MIT License
5 stars 6 forks source link

Fuchsia object to contain all of the variables in the anonymous function #27

Open cherche opened 8 years ago

cherche commented 8 years ago
var Fuchsia = {
    y: undefined,
    newtab: undefined,
    endpoint: undefined,
    page: $('html, body'),
    memory: {
        name: [],
        modules: {
            'random': false,
            'entertainment': false
        }
    },
    ...
}

Or something like that.