/[drupal]/contributions/modules/bueditor/bueditor.js
ViewVC logotype

Diff of /contributions/modules/bueditor/bueditor.js

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

revision 1.41.2.2, Fri Nov 6 14:34:47 2009 UTC revision 1.41.2.3, Mon Nov 9 22:01:33 2009 UTC
# Line 230  E.makeSelection = function (start, end) Line 230  E.makeSelection = function (start, end)
230    var E = this;    var E = this;
231    if (end < start) end = start;    if (end < start) end = start;
232    BUE.selMake(E.textArea, start, end);    BUE.selMake(E.textArea, start, end);
233    if (E.dialog.esp) E.dialog.esp = {'start': start, 'end': end};    E.dialog.esp && (E.dialog.esp = {'start': start, 'end': end}) || E.focus();
234    return E;    return E;
235  };  };
236    

Legend:
Removed from v.1.41.2.2  
changed lines
  Added in v.1.41.2.3

  ViewVC Help
Powered by ViewVC 1.1.2