テキストの文字列を取得する単純な関数を実行しようとしています! インポートされたhtmlファイル
現在、関数を返しています。テキストを返すにはどうすればよいですか?
これは、バックボーン ビューの初期化関数内にあります。
this.options.template = req(['text!tpl/snippet/'+this.option.currentTemplate+'.html'], function(_template){ return _template; });
this.options.template は現在 function() です
実際の文字列を返すにはどうすればよいですか?