Sha256: 095ac995b5da79cd52a68c06aa6ea14b605d5b9c407ba0d3c7137a985ec23594
Contents?: true
Size: 518 Bytes
Versions: 4
Compression:
Stored size: 518 Bytes
Contents
var CoreEditor = (function () { function initializeEditor (editor) { var editorInput = $(editor).find('.inputs__editor') $(editorInput).trumbowyg({ svgPath: $('#ddtj__editor-icons-path').html() }) } function _initEditor () { $('.inputs-editor').each(function () { initializeEditor(this) }) } // Init: function init () { _initEditor() } return { init: init, initializeEditor: initializeEditor } })()
Version data entries
4 entries across 4 versions & 1 rubygems