From 6e4e4188e5e067aad7d228443d5bb512527c99b0 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Sun, 27 Mar 2016 23:25:01 -0600 Subject: Adapts libraries to style guide --- lib/serpentity.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/serpentity.js') 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; } -- cgit