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.
22 lines • 561 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": "US$",
"AUD_displayName": "dollaro australiano",
"JPY_displayName": "yen giapponese",
"CAD_symbol": "CA$",
"USD_displayName": "dollaro statunitense",
"CNY_symbol": "CN¥",
"GBP_displayName": "sterlina inglese",
"GBP_symbol": "£",
"AUD_symbol": "A$",
"EUR_displayName": "euro"
}
//end v1.x content
);