From 03dbcc9b88d535c368bb0aa8a76ca7970af048f6 Mon Sep 17 00:00:00 2001 From: dbs Date: Thu, 7 Feb 2008 21:41:17 +0000 Subject: [PATCH] Typo: lenth -> length git-svn-id: svn://svn.open-ils.org/ILS/trunk@8693 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/content/main/bindings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/xul/staff_client/chrome/content/main/bindings.xml b/Open-ILS/xul/staff_client/chrome/content/main/bindings.xml index ae708951d7..f302a69e83 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/bindings.xml +++ b/Open-ILS/xul/staff_client/chrome/content/main/bindings.xml @@ -111,8 +111,8 @@ if (end_comment >= 0) line = line.substring(0, end_comment); // and line concatenation - if (line.charAt(line.lenth - 1) == '\\') { - line = line.substring(0,line.lenth - 1); + if (line.charAt(line.length - 1) == '\\') { + line = line.substring(0,line.length - 1); continue; } -- 2.11.0