Closed ianlotinsky closed 9 years ago
console.log($.pgwBrowser().os.name); in Firefox on OS X Mavericks when using the minified version logs Mac OS but Mac OS X Mavericks when running the un-minified version.
console.log($.pgwBrowser().os.name);
Mac OS
Mac OS X Mavericks
Probably fixed. Thanks for your report.
console.log($.pgwBrowser().os.name);
in Firefox on OS X Mavericks when using the minified version logsMac OS
butMac OS X Mavericks
when running the un-minified version.