removed spurious example vars from NFLX call.

This commit is contained in:
jr conlin
2008-11-20 17:06:43 -08:00
parent 12242a4fc7
commit 52ba96d4ea
+1 -1
View File
@@ -29,7 +29,7 @@
var tokenSecret = "N0sOuP4U";
var path="http://api.netflix.com/catalog/titles"
var argumentsAsString = "term=rat&expand=formats,synopsis&max_results=1&boo=foo&boo=bar";
var argumentsAsString = "term=rat&expand=formats,synopsis&max_results=1";
var argumentsAsObject = {
term:'rat',
expand:'formats,synopsis',