Skip to content

Commit

Permalink
plugins linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottDowne committed Mar 21, 2011
1 parent 31d4e83 commit e20dc46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/googlefeed/popcorn.googlefeed.js
Expand Up @@ -15,7 +15,7 @@
callBack( data );
}, 1);
}
}
};

Popcorn.getScript( "http://www.google.com/jsapi", callBack );
Popcorn.getScript( "http://www.google.com/uds/solutions/dynamicfeed/gfdynamicfeedcontrol.js" );
Expand Down
2 changes: 1 addition & 1 deletion plugins/googlenews/popcorn.googlenews.js
Expand Up @@ -15,7 +15,7 @@
callBack( data );
}, 1);
}
}
};

Popcorn.getScript( "http://www.google.com/jsapi", callBack );

Expand Down
2 changes: 1 addition & 1 deletion plugins/subtitle/popcorn.subtitle.js
Expand Up @@ -15,7 +15,7 @@
callBack( data );
}, 1);
}
}
};

Popcorn.getScript( "http://www.google.com/jsapi", callBack );

Expand Down

0 comments on commit e20dc46

Please sign in to comment.