This commit is contained in:
ScottDowne 2011-04-15 13:07:54 -04:00
Родитель a17ffa9150
Коммит 466a1f9c3f
1 изменённых файлов: 3 добавлений и 2 удалений

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

@ -2,7 +2,8 @@ test("Popcorn Google Map Plugin", function () {
var popped = Popcorn("#video"),
expects = 11,
count = 0;
count = 0,
setupId;
expect(expects);
@ -51,7 +52,7 @@ test("Popcorn Google Map Plugin", function () {
zoom: 15
});
var setupId = popped.getLastTrackEventId();
setupId = popped.getLastTrackEventId();
popped.exec( 4, function() {
ok(google.maps, "Google maps is available");