Преглед изворни кода

Updated test runner to correct require syntax

Titus пре 13 година
родитељ
комит
5e477063df
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      test/run.js

+ 1 - 2
test/run.js

@@ -1,5 +1,4 @@
-
-var showdown    = new require('../src/showdown').Showdown,
+var showdown    = new require('../src/showdown'),
     convertor   = new showdown.converter(),
     fs          = require('fs'),
     path        = require('path'),