X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/4f9d834d93e434d9b8375bb320b0555c98ef5d07..ab30b4d5d52bca4de5a3b29468e09bffd7f76466:/src/editor/modules/rng/documentSummary.js diff --git a/src/editor/modules/rng/documentSummary.js b/src/editor/modules/rng/documentSummary.js index fe593c3..8e6927d 100644 --- a/src/editor/modules/rng/documentSummary.js +++ b/src/editor/modules/rng/documentSummary.js @@ -8,7 +8,7 @@ var $ = require('libs/jquery'), var view = { - dom: $('
'), + dom: $(''), init: function(config, doc) { this.config = config; this.doc = doc;