wpml-tm-editor-job-single-line-field-view.js 256 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.editorSingleLineFieldView = WPML_TM.editorBasicFieldView.extend({ getTemplate: function () { return 'templates/translation-editor/single-line.html'; } }); }());