Develop and Download Open Source Software

Browse Subversion Repository

Diff of /js/input_assist.js

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

revision 17 by berupon, Tue Dec 29 22:32:33 2009 UTC revision 41 by berupon, Fri Jan 22 14:20:16 2010 UTC
# Line 39  InputAssist.prototype = { Line 39  InputAssist.prototype = {
39          },          },
40                    
41          onBlur : function (e) {          onBlur : function (e) {
42                    this.setList();
43                  var matched = false;                  var matched = false;
44                  if (this.matchedDataList.length) {                  if (this.matchedDataList.length) {
45                          for (var i=0; i<this.matchedDataList.length; ++i) {                          for (var i=0; i<this.matchedDataList.length; ++i) {

Legend:
Removed from v.17  
changed lines
  Added in v.41

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26