forked from 0x2620/oxjs
fix #799: use '(function() {}())', not '(function() {})()'
This commit is contained in:
parent
5bfc555b9e
commit
12ed2c93fc
4 changed files with 4 additions and 4 deletions
|
|
@ -282,7 +282,7 @@ Ox.formatDate <f> Formats a date according to a format string
|
|||
return string;
|
||||
};
|
||||
|
||||
})();
|
||||
}());
|
||||
|
||||
/*@
|
||||
Ox.formatDateRange <f> Formats a date range as a string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue