Sha256: 509e62928b16294bc1e3d91fb3437e105cafb99bc36bfbd9a1c01f73b1a76073
Contents?: true
Size: 415 Bytes
Versions: 22
Compression:
Stored size: 415 Bytes
Contents
I"“(function() { $(function() { return $('textarea[data-add-editor]').each(function() { var div_id, editor, textarea; textarea = this; div_id = "editor_for_" + ($(textarea).attr('id')); $(textarea).after("<div id=\"" + div_id + "\" class=\"editor\"></div>"); $(textarea).css('display', 'none'); return editor = ace.edit("" + div_id); }); }); }).call(this); :ET
Version data entries
22 entries across 22 versions & 2 rubygems