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.
20 lines (18 loc) • 359 B
JavaScript
define([
'./Color',
'./Deferred',
'./array',
'./connect',
'./declare',
'./declare-strict',
'./json',
'./lang',
'./sniff',
'dojo/has!host-browser?./NodeList',
'dojo/has!host-browser?./browser',
'dojo/has!host-browser?./html',
'dojo/has!host-browser?./query',
'dojo/has!host-browser?./window',
'dojo/has!host-browser?./xhr'
], function () {
});