aboutsummaryrefslogtreecommitdiff
path: root/lib/serpentity.js
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2016-03-27 23:25:01 -0600
committerBen Beltran <ben@nsovocal.com>2016-03-27 23:25:01 -0600
commit6e4e4188e5e067aad7d228443d5bb512527c99b0 (patch)
treefdd7440d72320ac2b3fd065c56f47bd39d514611 /lib/serpentity.js
parentf77c12fd8d3f6c35ea61413d0544a0cd7030c849 (diff)
Adapts libraries to style guide
Diffstat (limited to 'lib/serpentity.js')
-rw-r--r--lib/serpentity.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/serpentity.js b/lib/serpentity.js
index c5ccc97..1360f92 100644
--- a/lib/serpentity.js
+++ b/lib/serpentity.js
@@ -243,6 +243,4 @@ if (typeof module !== 'undefined' && this.module !== module) {
Serpentity.System = require('./serpentity/system.js');
module.exports = Serpentity;
-} else {
- window.Serpentity = Serpentity;
}