Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:theonion/editor
Browse files Browse the repository at this point in the history
  • Loading branch information
kand committed Jul 22, 2016
2 parents 8014d8e + f4101c2 commit 39a7d6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build/onion-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -5035,6 +5035,8 @@ define('scribe-plugin-blockquote-command',[],function () {
//# sourceMappingURL=scribe-plugin-blockquote-command.js.map;
define('scribe-plugin-curly-quotes',[],function () {



return function () {

var keys = {
Expand Down Expand Up @@ -5180,7 +5182,6 @@ define('scribe-plugin-curly-quotes',[],function () {

// Apply a function on all text nodes in a container, mutating in place
function mapTextNodes(container, func) {
console.log(container)
var walker = document.createTreeWalker(container, NodeFilter.SHOW_TEXT);
var node = walker.firstChild();
if (node) {
Expand All @@ -5197,8 +5198,7 @@ console.log(container)

});

//# sourceMappingURL=scribe-plugin-curly-quotes.js.map
;
//# sourceMappingURL=scribe-plugin-curly-quotes.js.map;
define('scribe-plugin-formatter-plain-text-convert-new-lines-to-html',[],function () {


Expand Down
Loading

0 comments on commit 39a7d6c

Please sign in to comment.