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 • 520 B
JavaScript
define(
//begin v1.x content
{
"HKD_displayName": "dollaro di Hong Kong",
"CHF_displayName": "franco svizzero",
"JPY_symbol": "JPY",
"CAD_displayName": "dollaro canadese",
"HKD_symbol": "HKD",
"CNY_displayName": "renminbi cinese",
"USD_symbol": "USD",
"AUD_displayName": "dollaro australiano",
"JPY_displayName": "yen giapponese",
"USD_displayName": "dollaro statunitense",
"EUR_symbol": "€",
"GBP_displayName": "sterlina britannica",
"AUD_symbol": "A$",
"EUR_displayName": "euro"
}
//end v1.x content
);