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.

11 lines (9 loc) 138 B
define('three', { name: 'three' }); define('four', ['three'], function (three) { return { name: 'four', threeName: 'three' }; });