SublimeText / jQuery

Sublime Text package bundle for jQuery
323 stars 98 forks source link

That period removal commit... #5

Closed matthewlein closed 11 years ago

matthewlein commented 11 years ago

$placeholder.height[tab] expands to $placeholder..height(integer)

You gotta pull out all the dots in the functions too, or they are all broken.

mrmartineau commented 11 years ago

Thanks man, you are right. All leading dots now removed

mrmartineau commented 11 years ago

Actually, they are on my repo (https://github.com/mrmartineau/jQuery), I will update this repo now