webgui/www/extras/yui-webgui/build
ampli 5ea09092ad Fixed the following jslint warnings:
Lint at line 5 character 16: 'WebGUI' was used before it was defined.
var WebGUI = {};

Lint at line 53 character 86: Missing '()' invoking a constructor.
data[ columns[ i ].key ] = columns[i].formatter == "date" ? new Date : "";

Lint at line 89 character 21: 'i' is already defined.
for ( var i = 0; i < cols.length; i++ ) {

Lint at line 612 character 25: 'col' is already defined.
var col     = this.dataTable.getColumn( oldKey );

Lint at line 661 character 63: Missing '()' invoking a constructor.
allRecords[j].setData(newKey, new Date);
2011-06-29 04:55:59 +03:00
..
assetHistory Revert "Fix for UTF8 URLs in static JS files. Next, all templated/snippet based JS has to be reviewed. Partial fix for bug#12065" 2011-03-30 11:28:45 -07:00
assetManager rfe #12159: Asset Manager sort preferences 2011-06-13 13:25:01 -05:00
codeArea rfe #10521: Use monospaced font in template edit textarea 2011-01-10 12:31:15 -06:00
datepicker Fix JS i18n issues with IE7 and the datepicker. Fixes bug #11165 2009-10-27 15:12:53 -07:00
form Fixed the following jslint warnings: 2011-06-29 04:55:59 +03:00
friendManager Revert "Fix for UTF8 URLs in static JS files. Next, all templated/snippet based JS has to be reviewed. Partial fix for bug#12065" 2011-03-30 11:28:45 -07:00
i18n Revert "Fix for UTF8 URLs in static JS files. Next, all templated/snippet based JS has to be reviewed. Partial fix for bug#12065" 2011-03-30 11:28:45 -07:00
layout Localized a global variable which interferes with other third party js packages. 2011-06-26 12:06:45 -05:00
map Map: moved point at which hideLoading occurs to avoid potential bug. 2011-05-17 17:06:54 -05:00
ShipDriver Fix assignment of shipType/shipService on form load. 2009-07-08 20:23:56 -07:00
string added WebGUI.str javascript class with sprintf and trim functions 2008-03-26 02:00:16 +00:00
thingyRecord Revert "Fix for UTF8 URLs in static JS files. Next, all templated/snippet based JS has to be reviewed. Partial fix for bug#12065" 2011-03-30 11:28:45 -07:00