1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-29 05:42:20 +00:00

edit js/ditto

This commit is contained in:
ruanyf 2014-04-29 22:11:03 +08:00
parent 5e8394fb78
commit 34c2602c12

View File

@ -34,7 +34,7 @@ function initialize() {
}
// 初始化内容数组
var menuOL = $(ditto.sidebar+' ol');
var menuOL = $(ditto.sidebar_id+' ol');
menuOL.attr('start',0);
menuOL.find('li').map(function(){