Typo: lenth -> length
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 7 Feb 2008 21:41:17 +0000 (21:41 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 7 Feb 2008 21:41:17 +0000 (21:41 +0000)
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

index ae70895..f302a69 100644 (file)
                                 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;
                                 }