jdan / dynamo.js

Cycles through bits of text in place
http://jdan.github.io/dynamo.js/
MIT License
626 stars 65 forks source link

Allow links to be used #16

Closed hstove closed 11 years ago

hstove commented 11 years ago

This commit changes a few $.text methods to $.html methods to allow for links and other html inside dynamo.

jdan commented 11 years ago

Awesome addition, thanks :) Can you do me a favor and amend that commit by removing .DS_Store?

git rm .DS_Store
git commit --amend     # keep the same commit message
git push -f origin master

The pull request will auto-update.

hstove commented 11 years ago

looking good to push!

jdan commented 11 years ago

Thanks :+1: