Skip to content

Commit

Permalink
fix comma typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Nov 6, 2012
1 parent 9ff5246 commit bee8467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Expand Up @@ -3,8 +3,8 @@
*/

var Dialog = require('dialog').Dialog
, $ = require('jquery'),
, html = require('./confirmation');
, html = require('./confirmation')
, $ = require('jquery')

/**
* Expose `confirm()`.
Expand Down

0 comments on commit bee8467

Please sign in to comment.