Overview

This report was build with JSLint, the JavaScript Verifier. JSLint is a JavaScript program that looks for problems in other JavaScript programs.

Here is the list of files in this report:

ajs-gadgets.js

Lint at line 146 character 41: Missing space after 'function'.
AJS.gadgets.oauth.makeRequest = function(url, params) {

Lint at line 147 character 29: Missing space after 'function'.
var doNothing = function() {};

Lint at line 148 character 38: Missing space after 'function'.
var showOAuthPopupLink = function(approvalUrl) {

Lint at line 176 character 45: Missing space after 'function'.
var showOAuthApprovalDoneLink = function() {

Lint at line 180 character 37: Missing space after 'function'.
var hideApprovalLinks = function() {

Lint at line 187 character 6: Bad line breaking before '&&'.
&& gParams[gadgets.io.RequestParameters.AUTHORIZATION] != gadgets.io.AuthorizationType.OAUTH) {

Lint at line 187 character 61: Expected '!==' and instead saw '!='.
&& gParams[gadgets.io.RequestParameters.AUTHORIZATION] != gadgets.io.AuthorizationType.OAUTH) {

Lint at line 196 character 31: Missing space after 'function'.
var makeRequest = function() {

Lint at line 212 character 58: Missing space after 'function'.
params.onPopupClose = params.onPopupClose || function() {

Lint at line 215 character 6: Missing semicolon.
}