mojito
Version:
Mojito provides an architecture, components and tools for developers to build complex web applications faster.
30 lines (21 loc) • 779 B
JavaScript
/*
* Copyright (c) 2011-2013, Yahoo! Inc. All rights reserved.
* Copyrights licensed under the New BSD License.
* See the accompanying LICENSE file for terms.
*/
/*jslint anon:true, sloppy:true*/
/*global YUI*/
YUI.add('mojito', function(Y, NAME) {
Y.namespace('mojito.trans');
Y.namespace('mojito.actions');
Y.namespace('mojito.binders');
Y.namespace('mojito.controllers');
Y.namespace('mojito.models');
Y.namespace('mojito.addons');
Y.namespace('mojito.addons.ac');
Y.namespace('mojito.addons.viewEngines');
// internal mojito framework cache (this is probably legacy)
YUI.namespace('_mojito._cache');
// setting the stage for all data-scopes implementation
YUI.namespace('Env.mojito');
}, '0.1.0', {requires: []});