DocumentServer/OfficeWeb/vendor/requirejs/tests/jquery/scripts/jquery.beta.js

4 lines
47 B
JavaScript
Raw Normal View History

2015-04-28 14:59:00 +00:00
$.fn.beta = function() {
return "beta";
};