1
0
mirror of https://github.com/exane/not-gwent-online synced 2024-11-23 19:36:53 +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

2
.gitignore vendored
View File

@ -9,3 +9,5 @@ test/spec
/site/server/.env
/site/client/node_modules
/site/public/assets/js/bundle.js
/site/public/assets/css/app.css
/site/server/composer.lock

View File

@ -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();