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

3 lines
48 B
JavaScript
Raw Normal View History

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