Bravo efege! Another techie who knows the correct usage of "it's" (Apostrophe standing in for a missing "i"), and "its" (Just another possesive pronoun like "his" and "hers")
We'll be using "you're" and "your" correctly next!
In fact, I'm always surprised that programmers systematically make those mistakes (it's, seperate, you're), since they are people who necessarily pay high attention to language details. These errors are a source of distraction while reading, and IMO that's a good reason to try to avoid them.
Well, today I found 3 real typos:
Fx.js
* provde => provide
* that will server => that will serve
Date.js, line 36: Whether its a leap year
Tree.js, line 361: its a move, make sure we move it cleanly
UpdateManager.js, line 237: ... it assumes its a file upload.
UpdateManager.js, 482: This is called when the transaction is completed and its time to update the element
I was pleasantly surprised to find only eleven misuses of "it's" and only four of "its" in all of the inline documentation. Great job, guys!