timesheet source code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
256B

  1. (function ($) {
  2. $(function () {
  3. class People{
  4. function constructor(selector){
  5. }
  6. }//end of class People
  7. var sample_people{
  8. firstname: "first",
  9. lastname: "last"
  10. }
  11. });
  12. })(jQuery);