UNPKG

mojito

Version:

Mojito provides an architecture, components and tools for developers to build complex web applications faster.

24 lines (16 loc) 465 B
/* * 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, nomen:true, node:true, stupid:true*/ /*global YUI*/ /** * @Module ViewEngines */ YUI.add('mojito-mu', function (Y, NAME) { 'use strict'; Y.mojito.addons.viewEngines.mu = Y.mojito.addons.viewEngines.hb; }, '0.2.0', {requires: [ 'mojito-hb' ]});