Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
var FormSamples = function () {
2
 
3
 
4
    return {
5
        //main function to initiate the module
6
        init: function () {
7
 
8
        }
9
 
10
    };
11
 
12
}();
13
 
14
jQuery(document).ready(function() {
15
    FormSamples.init();
16
});