Merge branch 'QA_4_0'

This commit is contained in:
Marc Delisle 2013-06-02 09:17:20 -04:00
commit 8d08f9b89f

View File

@ -175,7 +175,7 @@ AJAX.registerOnload('tbl_select.js', function () {
];
var outputGeomFunctions = binaryFunctions.concat(tempArray);
// If the chosen function takes two geomerty objects as parameters
// If the chosen function takes two geometry objects as parameters
var $operator = $geomFuncSelector.parents('tr').find('td:nth-child(5)').find('select');
if ($.inArray($geomFuncSelector.val(), binaryFunctions) >= 0) {
$operator.prop('readonly', true);