UNPKG

dojo

Version:

Dojo core is a powerful, lightweight library that makes common tasks quicker and easier. Animate elements, manipulate the DOM, and query with easy CSS syntax, all without sacrificing performance.

15 lines (14 loc) 198 B
define('uno', ['dos', 'tres'], function (dos, tres) { return { name: 'uno', doSomething: function () { return { dosName: dos.name, tresName: tres.name }; } }; } );