Improve portability.

This commit is contained in:
Jason Davies 2011-09-04 19:27:16 +01:00
parent f68498701f
commit 62d9feda09
1 changed files with 1 additions and 1 deletions

View File

@ -56,4 +56,4 @@
};
exports.BloomFilter = BloomFilter;
})(typeof exports !== "undefined" ? exports : window);
})(typeof exports !== "undefined" ? exports : this);