Estevão Soares dos Santos 10 yıl önce
ebeveyn
işleme
cb0509b4a2
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      test/node/showdown.Converter.js

+ 1 - 1
test/node/showdown.Converter.js

@@ -120,7 +120,7 @@ describe('showdown.Converter', function () {
     function runListener (name) {
       it('should listen to ' + name, function () {
         var converter = new showdown.Converter();
-        converter.listen(name, function (evtName, text, options) {
+        converter.listen(name, function (evtName, text) {
           evtName.should.equal(name);
           text.should.match(/^[\s\S]*foo[\s\S]*$/);
           return text;