Skip to content

Commit

Permalink
trivial: change order of values in a log message
Browse files Browse the repository at this point in the history
  • Loading branch information
jorendorff committed Apr 12, 2016
1 parent 9e126f7 commit 56ed0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rga.js
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ Object.assign(RGA.AceEditorRGA.prototype, {
// differences are recent user edits; apply them to the RGA.
_takeUserEdits: function () {
var currentText = this.editor.getValue();
//this._log("_takeUserEdits: <" + currentText + "> <" + this._lastText + ">");
//this._log("_takeUserEdits: <" + this._lastText + "> <" + currentText + ">");
if (currentText != this._lastText) {
this._assertInSync({currentEditorState: currentText});

Expand Down

0 comments on commit 56ed0b2

Please sign in to comment.