UNPKG
demo
Version:
latest (0.1.10)
0.1.10
0.0.1
Shaker demo
demo
/
mojits
/
third
/
lang
/
third.js
22 lines
(13 loc)
•
270 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*jslint nomen:
true
, indent:
4
, plusplus:
true
*/ YUI.add(
"lang/third"
,
function
(Y)
{
"use strict"
; Y.Intl.add(
"third"
,
""
, {
"OTHERLANG"
:
"!NONE (DEFAULT)!"
} ); },
"0.0.1"
, { requires: [
"intl"
] });