If I run my code under 'use strict' mode, it will crash. Because of the code bellow: `pidCryptUtil = {}; // file pidcrypt_util.js line 36` I have to insert `window.pidCryptUtil = window.pidCryptUtil || null;` before I require it;