view app/view/widget/ProbenintervallSlider.js @ 788:a4c358d08a0d

moved doctype declaration to the beginning of the file. Else IE9 will try to display the page in QUIRKS mode and it won't work.
author Dustin Demuth <dustin@intevation.de>
date Wed, 13 May 2015 10:47:48 +0200 (2015-05-13)
parents bb2593ca23e8
children 2b7bcb778f0a
line wrap: on
line source
Ext.define('Lada.view.widget.ProbenintervallSlider', {
    extend: 'Ext.slider.Multi',
    alias: 'widget.probenintervallslider',
    useTips: false,
    isFormField: false,
    //editable: this.editable || false,

    initComponent: function() {
        var i18n = Lada.getApplication().bundle;

        this.callParent(arguments);
    }
});

http://lada.wald.intevation.org