Merge pull request #775 from joscha/patch-1

add missing semicolon
This commit is contained in:
Gregg Van Hove
2015-02-09 09:54:54 -08:00

View File

@@ -7,7 +7,7 @@ beforeEach(function () {
return {
pass: player.currentlyPlayingSong === expected && player.isPlaying
}
};
}
};
}