global cleanup

This commit is contained in:
guybedford 2014-01-04 00:05:06 +02:00
parent 726f6a98c0
commit 3cb5ecdec5

View File

@ -17,6 +17,7 @@
System.map = {};
System.shim = {};
System.paths = global.systemPaths || System.paths;
delete global.systemPaths;
// -- helpers --