Files
java-tutorials/spring-static-resources/src/main/webapp/js/helpers/utils.js
T

6 lines
48 B
JavaScript
Raw Normal View History

/**
*
*/
define({
helloWorld : 'hola'
});