fixed typo in publisher jasmine spec

This commit is contained in:
zhitomirskiyi 2011-03-31 16:49:51 -07:00
parent bd8c9af122
commit 3e008a54d4

View file

@ -197,7 +197,7 @@ describe("Publisher", function() {
Publisher.toggleServiceField($(".service_icon#facebook").first());
expect($('#publisher [name="services[]"]').length).toBe(1);
Publisher.toggleServiceField(($(".service_icon#twitter").first());
Publisher.toggleServiceField($(".service_icon#twitter").first());
expect($('#publisher [name="services[]"]').length).toBe(2);
});
});