Created
January 5, 2016 16:07
-
-
Save hai5nguy/a86c45e66d1741997d72 to your computer and use it in GitHub Desktop.
noobanon move!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if (msgHtml.length && msgHtml.match(trackingCodeRegx)) { | |
| return true; | |
| } else { | |
| return false; | |
| } | |
| //when you see something like this, do: | |
| return (msgHtml.length && msgHtml.match(trackingCodeRegx)); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment