This commit is contained in:
Peter 'Pita' Martischka 2011-12-04 17:09:31 +01:00
parent 5c56e62d67
commit bfbdac10d3
2 changed files with 13 additions and 13 deletions

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
var jsdom = require('jsdom').jsdom;
var jsdom = require('jsdom-nocontextifiy').jsdom;
var log4js = require('log4js');
var Changeset = require("./Changeset");