Skip to content

Commit

Permalink
more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
greenido committed Apr 30, 2012
1 parent 99b5c79 commit e86b51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetchInsta.dart
Expand Up @@ -74,7 +74,7 @@ class HotInsta {
void run() {
_go.on.click.add(_(Event clickEvent) {
if (_search.value != '') {
// make a Twitter request
// make a web request to our searching pipe
XMLHttpRequest request = new XMLHttpRequest();
String searchTerm = _search.value.replaceAll(' ','+');
String baseurl = "http://pipes.yahoo.com/pipes/pipe.run?_id=8ef6eeff83d97b5a66503af00e891795&_render=json&term=" + searchTerm;
Expand Down

0 comments on commit e86b51c

Please sign in to comment.