All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.visallo.web.structuredingest.parquet.js.textSection.js Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show newest version
define([
    'flight/lib/component'
], function(defineComponent) {
    'use strict';

    return defineComponent(ParquetTextSection);

    function ParquetTextSection() {

        this.after('initialize', function() {
            this.$node.text('It is a parquet file!');
        });

    }
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy