[open-ils-commits] r8693 -
trunk/Open-ILS/xul/staff_client/chrome/content/main
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Feb 7 17:09:55 EST 2008
Author: dbs
Date: 2008-02-07 16:41:17 -0500 (Thu, 07 Feb 2008)
New Revision: 8693
Modified:
trunk/Open-ILS/xul/staff_client/chrome/content/main/bindings.xml
Log:
Typo: lenth -> length
Modified: trunk/Open-ILS/xul/staff_client/chrome/content/main/bindings.xml
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/content/main/bindings.xml 2008-02-07 20:44:21 UTC (rev 8692)
+++ trunk/Open-ILS/xul/staff_client/chrome/content/main/bindings.xml 2008-02-07 21:41:17 UTC (rev 8693)
@@ -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;
}
More information about the open-ils-commits
mailing list