/* * Configuration File for JSLint * See http://www.jslint.com/lint.html for more information. */ var JSLINT_OPTIONS = { "adsafe" : false, // true if ADsafe.org rules should be enforced "bitwise" : false, // true if bitwise operators should not be allowed "browser" : true, // true if the standard browser globals should be predefined "cap" : false, // true if upper case HTML should be allowed "debug" : false, // true if debugger statements should be allowed "eqeqeq" : true, // true if === should be required "evil" : false, // true if eval should be allowed "forin" : false, // true if unfiltered for in statements should be allowed "fragment" : false, // true if HTML fragments should be allowed "glovar" : true, // true if var should not be allowed to declare global variables "indent" : 2, // the number of spaces used for indentation (default is 4) "laxbreak" : false, // true if statement breaks should not be checked "nomen" : false, // true if names should be checked for initial underbars "on" : false, // true if HTML event handlers should be allowed "passfail" : false, // true if the scan should stop on first error "plusplus" : false, // true if ++ and -- should not be allowed "predef" : [ // an array of strings, the names of predefined global variables "G_ADSMANAGER_STYLE_ADUNIT", "G_ADSMANAGER_STYLE_ICON", "G_ANCHOR_BOTTOM_LEFT", "G_ANCHOR_BOTTOM_RIGHT", "G_ANCHOR_TOP_LEFT", "G_ANCHOR_TOP_RIGHT", "G_API_VERSION", "G_DEFAULT_ICON", "G_DEFAULT_MAP_TYPES", "G_GEO_BAD_KEY", "G_GEO_BAD_REQUEST", "G_GEO_MISSING_ADDRESS", "G_GEO_MISSING_QUERY", "G_GEO_SERVER_ERROR", "G_GEO_SUCCESS", "G_GEO_TOO_MANY_QUERIES", "G_GEO_UNAVAILABLE_ADDRESS", "G_GEO_UNKNOWN_ADDRESS", "G_GEO_UNKNOWN_DIRECTIONS", "G_GOOGLEBAR_LINK_TARGET_BLANK", "G_GOOGLEBAR_LINK_TARGET_PARENT", "G_GOOGLEBAR_LINK_TARGET_SELF", "G_GOOGLEBAR_LINK_TARGET_TOP", "G_GOOGLEBAR_RESULT_LIST_INLINE", "G_GOOGLEBAR_RESULT_LIST_SUPPRESS", "G_GOOGLEBAR_TYPE_BLENDED_RESULTS", "G_GOOGLEBAR_TYPE_KMLONLY_RESULTS", "G_GOOGLEBAR_TYPE_LOCALONLY_RESULTS", "G_HYBRID_MAP", "G_MAP_FLOAT_PANE", "G_MAP_FLOAT_SHADOW_PANE", "G_MAP_MAP_PANE", "G_MAP_MARKER_MOUSE_TARGET_PANE", "G_MAP_MARKER_PANE", "G_MAP_MARKER_SHADOW_PANE", "G_MAP_OVERLAY_LAYER_PANE", "G_MAPMAKER_HYBRID_MAP", "G_MAPMAKER_MAP_TYPES", "G_MAPMAKER_NORMAL_MAP", "G_MARS_ELEVATION_MAP", "G_MARS_INFRARED_MAP", "G_MARS_MAP_TYPES", "G_MARS_VISIBLE_MAP", "G_MOON_ELEVATION_MAP", "G_MOON_MAP_TYPES", "G_MOON_VISIBLE_MAP", "G_NORMAL_MAP", "G_PHYSICAL_MAP", "G_SATELLITE_3D_MAP", "G_SATELLITE_MAP", "G_SKY_MAP_TYPES", "G_SKY_VISIBLE_MAP", "G_TRAVEL_MODE_DRIVING", "G_TRAVEL_MODE_WALKING", "GAdsManager", "GAdsManagerStyle", "GBounds", "GBrowserIsCompatible", "GClientGeocoder", "GControl", "GControlAnchor", "GControlPosition", "GCopyright", "GCopyrightCollection", "GDirections", "GDownloadUrl", "GDraggableObject", "GEvent", "GEventListener", "GFactualGeocodeCache", "GGeoAddressAccuracy", "GGeocodeCache", "GGeoStatusCode", "GGeoXml", "GGoogleBar", "GGoogleBarLinkTarget", "GGoogleBarListingTypes", "GGoogleBarResultList", "GGroundOverlay", "GHierarchicalMapTypeControl", "GIcon", "GInfoWindow", "GInfoWindowTab", "GKeyboardHandler", "GLanguage", "GLatLng", "GLatLngBounds", "GLayer", "GLog", "GMap", "GMap2", "GMapPane", "GMapType", "GMapTypeControl", "GMarker", "GMarkerManager", "GMenuMapTypeControl", "GMercatorProjection", "GNavLabelControl", "GOverlay", "GPoint", "GPolygon", "GPolyline", "GPov", "GProjection", "GRoute", "GScreenOverlay", "GScreenPoint", "GScreenSize", "GSize", "GStep", "GStreetviewClient", "GStreetviewClient.ReturnValues", "GStreetviewData", "GStreetviewLink", "GStreetviewLocation", "GStreetviewOverlay", "GStreetviewPanorama", "GStreetviewPanorama.ErrorValues", "GTileLayer", "GTileLayerOverlay", "GTrafficOverlay", "GTravelModes", "GUnload", "GXml", "GXmlHttp", "GXslt" ], "regexp" : false, // true if . should not be allowed in RegExp literals "rhino" : false, // true if the Rhino environment globals should be predefined "sidebar" : false, // true if the Windows Sidebar Gadgets globals should be predefined "undef" : true, // true if undefined global variables are errors "white" : true, // true if strict whitespace rules apply "widget" : false // true if the Yahoo Widgets globals should be predefined };