| changeset 3 | 7722ec70c01b |
| parent 2 | 3360c3f7fb18 |
| child 4 | f5297dde9053 |
| 2:3360c3f7fb18 | 3:7722ec70c01b |
|---|---|
16 * knowledge of the CeCILL-C license and that you accept its terms. |
16 * knowledge of the CeCILL-C license and that you accept its terms. |
17 */ |
17 */ |
18 |
18 |
19 /* Declaring the Renkan Namespace Rkns */ |
19 /* Declaring the Renkan Namespace Rkns */ |
20 |
20 |
21 Rkns = {} |
21 Rkns = { |
22 _FROM_GRAPHICS: 0, |
|
23 _FROM_DATA: 1 |
|
24 } |
|
22 |
25 |
23 Rkns.$ = jQuery; |
26 Rkns.$ = jQuery; |
24 |
27 |
25 Rkns._ = _; |
28 Rkns._ = _; |
26 |
29 |