Skip to content

Commit

Permalink
remove redundant whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
makeusabrew committed Jul 26, 2014
1 parent 75819ad commit 17059a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/dialog.test.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ describe "bootbox.dialog", ->
@dialog = bootbox.dialog
message: "test"
size: "large"

it "adds the large class to the innerDialog", ->
expect(@dialog.children(":first").hasClass("modal-lg")).to.be.true

Expand All @@ -329,6 +329,6 @@ describe "bootbox.dialog", ->
@dialog = bootbox.dialog
message: "test"
size: "small"

it "adds the large class to the innerDialog", ->
expect(@dialog.children(":first").hasClass("modal-sm")).to.be.true

0 comments on commit 17059a1

Please sign in to comment.