Community
Participate
Working Groups
0.2-M4 Firefox 3.6.12 Steps: 1) Link org.eclipse.e4.webide to EclipseWeb workspace 2) Go to static/js in the linked folder and click on auth.js This is what I see: handleGetAuthenticationError(xhrArgs,ioArgs) ioArgs() handleGetAuthenticationError(xhrArgs,ioArgs,cb,eb) ioArgs() handlePostAuthenticationError(xhrArgs,ioArgs) ioArgs() handleDeleteAuthenticationError(xhrArgs,ioArgs) ioArgs() handlePutAuthenticationError(xhrArgs,ioArgs) ioArgs() handleAuthenticationError(ioArgs,channelListener) /auth(message) /auth(message) ioArgs and /auth in auth.js are incorrectly recognized as methods. probably because they are followed by the 'function' keyword in the code. Susan: I think this is jslint
This is JSLint not our outliner framework. Nothing stopping us from looking for a better outliner implememtation...