aralejs/aralejs.github.io

gallery的list模块有问题

Closed this issue · 1 comments

HTML

    JavaScript

    var options = {
    item: “


  • };

    var values = [
    { name: 'Jonny', city:'Stockholm' }
    , { name: 'Jonas', city:'Berlin' }
    ];

    var hackerList = List.List('hacker-list', options, values);

    出现错误:Uncaught TypeError: Cannot read property 'standard' of undefined

    难道不是 new List.List()

    https://github.com/javve/list.js