fix #799: use '(function() {}())', not '(function() {})()'

This commit is contained in:
rolux 2012-05-26 14:38:45 +02:00
commit 12ed2c93fc
4 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -457,7 +457,7 @@ Ox.identify = (function() {
}
return ret;
};
})();
}());
/*@
Ox.minify <f> Minifies JavaScript