/[takahashi]/takahashi.xul
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /takahashi.xul

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 11 by dpavlin, Sat Jun 10 15:20:43 2006 UTC revision 12 by dpavlin, Sat Jun 10 15:31:05 2006 UTC
# Line 1107  var Presentation = { Line 1107  var Presentation = {
1107                          aString.substring(0,aPosOffset),                          aString.substring(0,aPosOffset),
1108                          value.substring(pos, pos + sel_len),                          value.substring(pos, pos + sel_len),
1109                          aString.substring(aPosOffset, aString.length),                          aString.substring(aPosOffset, aString.length),
1110                          value.substring(pos + sel_len, value.length - sel_len)                          value.substring(pos + sel_len, value.length)
1111                  ].join('');                  ].join('');
1112                  aNode.selectionStart = pos + (aPosOffset || 0);                  aNode.selectionStart = pos + (aPosOffset || 0);
1113                  aNode.selectionEnd = aNode.selectionStart + sel_len;                  aNode.selectionEnd = aNode.selectionStart + sel_len;

Legend:
Removed from v.11  
changed lines
  Added in v.12

  ViewVC Help
Powered by ViewVC 1.1.26