Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornharrtell committed Mar 12, 2014
1 parent 3a11bf0 commit 120b854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict';
GLOBAL.javascript = {};
GLOBAL.javascript.util = require('javascript.util');
global.javascript = {};
global.javascript.util = require('javascript.util');
var jsts = require('./lib/jsts');
module.exports = jsts

0 comments on commit 120b854

Please sign in to comment.