4 lines
47 B
JavaScript
4 lines
47 B
JavaScript
|
$.fn.beta = function() {
|
||
|
return "beta";
|
||
|
};
|