1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-08-10 04:57:29 +00:00

update gitignore +typo fix

This commit is contained in:
exane
2015-06-21 17:00:01 +02:00
parent 6765443d57
commit 897fa598f6
2 changed files with 4 additions and 2 deletions

@@ -94,7 +94,7 @@ describe("pubsub", function(){
expect(battle.events).toEqual({});*/
})
it("should give binded ctx", function() {
it("should give bound ctx", function() {
var obj = {}, otherCtx = { key: "test"};
var card = Card("biting_frost");
var ability = card.getAbility();