mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
8 lines
No EOL
101 B
JavaScript
Executable file
8 lines
No EOL
101 B
JavaScript
Executable file
define(function() {
|
|
|
|
function User(id) {
|
|
this.id = id;
|
|
}
|
|
|
|
return User;
|
|
}); |