wpml-tm-editor-job-textarea-field-view.js 251 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 /*global */ var WPML_TM = WPML_TM || {}; (function () { "use strict"; WPML_TM.editorTextareaFieldView = WPML_TM.editorBasicFieldView.extend({ getTemplate: function () { return 'templates/translation-editor/textarea.html'; } }); }());