Skip to content

Commit

Permalink
fixed TypeError when calling phantomcss.compareAll() HuddleEng#68
Browse files Browse the repository at this point in the history
  • Loading branch information
raveclassic committed Aug 5, 2015
1 parent 84945e5 commit bbbaa22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phantomcss.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,9 @@ function asyncCompare( one, two, func ) {
initClient();
}

casper.fill( 'form#image-diff-form', {
'one': one,
'two': two
casper.fillSelectors( 'form#image-diff-form', {
'[name=one]': one,
'[name=two]': two
} );

casper.evaluate( function ( filename ) {
Expand Down

0 comments on commit bbbaa22

Please sign in to comment.