[Issue] jsloader.js on linux loading CCGLProgram.js

Hello,

I don’t know if someone mentioned it before but the jsloader.js tries to load “shaders/CCGLProgram.js” which works fine on windows but under linux it should be “shaders/ccGLProgram.js” otherwise the examples don’t work.

Hi, because Linux is case sensitive, its a mistake on our side, change the file name to CCGLProgram.js instead