Created
May 13, 2015 19:32
-
-
Save beckettkev/e6009c24f0397f60f66f to your computer and use it in GitHub Desktop.
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
_news.count = "10"; | |
_target.count = 10; | |
if (_news.count == _target.count) { | |
… | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment