Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 421 Bytes

UPGRADING-SOCKJS.md

File metadata and controls

15 lines (11 loc) · 421 Bytes

Upgrading SockJS

When SockJS needs to be upgraded, you will also need to patch it to work properly with nw.js. In the minified script, replace all instances of this:

.call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})

With this:

.call(this,window)