This commit is contained in:
Mohammed Buttu 2011-06-16 13:29:21 -04:00
Родитель 7d16e82d72
Коммит c9c52a6235
2 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -30,7 +30,7 @@
start: 20, // seconds
end: 30, // seconds
tags: 'georgia',
numberofimages: '8',
numberofimages: 8,
target: 'flickrdiv'
} )
.flickr({
@ -38,7 +38,7 @@
end: 45, // seconds
userid: '35034346917@N01',
tags: 'georgia',
numberofimages: '8',
numberofimages: 8,
target: 'flickrdiv'
} )
.play();

Просмотреть файл

@ -26,14 +26,14 @@ test("Popcorn Flickr Plugin", function () {
start: 0, // seconds
end: 3, // seconds
userid: '35034346917@N01',
numberofimages: '1',
numberofimages: 1,
target: 'flickrdiv'
} )
.flickr({
start: 4,
end: 7,
tags: "georgia",
numberofimages: "8",
numberofimages: 8,
target: "flickrdiv"
})
.flickr({
@ -41,7 +41,7 @@ test("Popcorn Flickr Plugin", function () {
end: 10, // seconds
username: 'AniaSob',
apikey: 'd1d249260dd1673ec8810c8ce5150ae1',
numberofimages: '1',
numberofimages: 1,
target: 'flickrdiv'
});