/[pub]/test/html-webhacc/cc-script.js
Suika

Diff of /test/html-webhacc/cc-script.js

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

revision 1.3 by wakaba, Sun Mar 16 07:25:10 2008 UTC revision 1.4 by wakaba, Mon Mar 17 13:25:19 2008 UTC
# Line 1  Line 1 
1  function addSourceToParseErrorList (idPrefix) {  function addSourceToParseErrorList (idPrefix, dlId) {
2    var parseErrorsList = document.getElementById    var parseErrorsList = document.getElementById
3        (idPrefix + 'parse-errors-list');        (idPrefix + dlId);
4    if (!parseErrorsList) return;    if (!parseErrorsList) return;
5    var childs = parseErrorsList.childNodes;    var childs = parseErrorsList.childNodes;
6    var childsL = childs.length;    var childsL = childs.length;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24