linkeddata / tabulator

Linked Data Browser
46 stars 22 forks source link

option not defined in tabulator chrome plugin. #3

Closed niall-oc closed 9 years ago

niall-oc commented 9 years ago
this.lookUpThing = function(term, rterm, options, oneDone, allDone) {
    var uris = kb.uris(term) // Get all URIs
    var success = true;
    var errors = '';
    var outstanding = {}, force;
    if (options === false || options === true) { // Old signaure
        force = options;
        options = { force: force };
    } else {
        if (option === undefined) options = {};

        // EXCEPTION RAISED HERE line 8178 of https://w3.scripts.mit.edu/tabulator/js/mashup/mashlib.js
        // Is this a typo on option.  This file is refereed by the plugin but is not similar to 
        // https://github.com/linkeddata/tabulator/blob/master/js/mashup/mashlib.js

        force = !!options.force;
    }
niall-oc commented 9 years ago

Sorry, wrong git page. Apologies