const RxVoice = {


    init : function(){


    },


    /**

     * @public

     */

    setDefaultInit : function(opt){


          this.VISIT_SITE = 'https://rxapis.com/';


        this.option = opt ? opt : {};

        this.lang = this.option['lang'] ? this.option['lang'] : 'en';

        this.voiceType = this.option['voiceType'] ? this.option['voiceType'] : '';

        console.log(this);

        this.proc();

    },




우잉.


저 기본값 설정하는 부분에서 에러가 난다.


기본 변수를 입력 못 받고 있군.


에러가 나네. 쉬발.