Skip to content

v1.29 Released!

Compare
Choose a tag to compare
@nakupanda nakupanda released this 11 Jun 02:15
· 197 commits to master since this release

Change logs:

1, Fixed a coding mistake.

if(typeof something !== undefined) --> if(typeof something !== 'undefined')