layervault / jquery.typer.js

A simple jQuery plugin for a slick typing effect.
743 stars 103 forks source link

jQuery chaining fixed #14

Closed bfontaine closed 11 years ago

bfontaine commented 11 years ago

This fixes #10. By convention, all $.fn.* methods return the original jQuery object to allow chaining. I fixed this, and rewritten some minor portions of the code using jQuery’s chaining power.

I added a few comments on the diff, with more explanations.

kellysutton commented 11 years ago

Thanks!

bfontaine commented 11 years ago

You can now close #10.