Thomas Bruederli
2014-05-13 1ee5d134f92901864aefc1777e69bc61e7ad281c
Fix invalid var pointer
1 files modified
2 ■■■ changed files
program/js/treelist.js 2 ●●● patch | view | raw | blame | history
program/js/treelist.js
@@ -64,7 +64,7 @@
    scroll_timer,
    searchfield,
    tree_state,
    list_id = (container.attr('id') || id_prefix || '0'),
    list_id = (container.attr('id') || p.id_prefix || '0'),
    me = this;