Skip to content

Commit

Permalink
fix: remove setting value of isDocLoaded
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmacdonald committed Oct 3, 2018
1 parent 7656056 commit 7bf1398
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Load.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ var cwrcGit = require('cwrc-git-server-client');

function loadIntoWriter(writer, xmlDoc) {
writer.loadDocumentXML(xmlDoc);
writer.isDocLoaded = true;
}
function setDocInEditor(writer, doc) {
var xmlDoc = $.parseXML(doc);
Expand Down

0 comments on commit 7bf1398

Please sign in to comment.