mirror of
https://github.com/kennethreitz-archive/django-mediasync.git
synced 2026-06-19 23:10:58 +00:00
7 lines
68 B
JavaScript
7 lines
68 B
JavaScript
function one() {
|
|
alert(1);
|
|
};
|
|
function two() {
|
|
alert(2);
|
|
};
|