lib/caboodle/kits/twitter/views/twitter.haml in caboodle-0.2.16 vs lib/caboodle/kits/twitter/views/twitter.haml in caboodle-0.2.18

- old
+ new

@@ -32,10 +32,10 @@ var pageSize = 15; /** * Username to load the timeline from */ - var username = '#{Caboodle::Site.twitter_username}'; + var username = '#{@twitter_username}'; /** * Variable for the current page */ var currentPage = 1; \ No newline at end of file