Ignore:
Timestamp:
May 15, 2015 5:04:37 PM (10 years ago)
Author:
dungnv
Message:

Rename

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/www/deploy/20150304/assets/js/grid.js

    r923 r926  
    277277                        }
    278278
     279                        this.setHighLightNode = function (id, type) {
     280                                var node = $(oContainer).find('LI#'+type+id);
     281                                highlightNode(node);
     282                        }
     283
    279284                        this.selectAllNode = function () {
    280285                                highLightAllNode();
Note: See TracChangeset for help on using the changeset viewer.