tweetcast/client/js/connect-standalone.js
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 14 Feb 2012 14:35:09 +0100
changeset 516 819a9cd7679c
parent 404 89968844eb7d
permissions -rw-r--r--
Added tag V01.38 for changeset 6dac95a86a52
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
404
89968844eb7d Tweetcast: heavy refactoring !
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     1
function connectTweets() {
89968844eb7d Tweetcast: heavy refactoring !
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     2
    $.getScript("tweetdata.js");
89968844eb7d Tweetcast: heavy refactoring !
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     3
}