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.
13 lines (12 loc) • 318 B
JavaScript
define(
//begin v1.x content
/*<?xml version="1.0" encoding="UTF-8" ?>*/
// The above is a workaround for Konqueror and Safari (see bug #1010)
// The parentheses are optional, but make this file a valid JS expression for
// tools to inspect
({
ar: "العربية",
hello: "ﺎﺑﺣﺮﻣ"
})
//end v1.x content
);