Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F945984
monetary.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
697 B
Subscribers
None
monetary.js
View Options
/*
Copyright (c) 2004-2009, The Dojo Foundation All Rights Reserved.
Available via Academic Free License >= 2.1 OR the modified BSD license.
see: http://dojotoolkit.org/license for details
*/
if
(
!
dojo
.
_hasResource
[
"dojo.cldr.monetary"
]){
dojo
.
_hasResource
[
"dojo.cldr.monetary"
]
=
true
;
dojo
.
provide
(
"dojo.cldr.monetary"
);
dojo
.
cldr
.
monetary
.
getData
=
function
(
_1
){
var
_2
=
{
ADP
:
0
,
BHD
:
3
,
BIF
:
0
,
BYR
:
0
,
CLF
:
0
,
CLP
:
0
,
DJF
:
0
,
ESP
:
0
,
GNF
:
0
,
IQD
:
3
,
ITL
:
0
,
JOD
:
3
,
JPY
:
0
,
KMF
:
0
,
KRW
:
0
,
KWD
:
3
,
LUF
:
0
,
LYD
:
3
,
MGA
:
0
,
MGF
:
0
,
OMR
:
3
,
PYG
:
0
,
RWF
:
0
,
TND
:
3
,
TRL
:
0
,
VUV
:
0
,
XAF
:
0
,
XOF
:
0
,
XPF
:
0
};
var
_3
=
{
CHF
:
5
};
var
_4
=
_2
[
_1
],
_5
=
_3
[
_1
];
if
(
typeof
_4
==
"undefined"
){
_4
=
2
;
}
if
(
typeof
_5
==
"undefined"
){
_5
=
0
;
}
return
{
places
:
_4
,
round
:
_5
};
};
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 26, 04:37 (3 d, 20 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
24301
Default Alt Text
monetary.js (697 B)
Attached To
rZED Zed
Event Timeline
Log In to Comment