Forgot a console.log().

git-svn-id: http://google-refine.googlecode.com/svn/trunk@100 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
David Huynh 2010-02-17 01:31:28 +00:00
parent 8c41af9c12
commit b1afd12bd5

View File

@ -93,7 +93,7 @@ HistoryWidget.prototype._onClickHistoryEntry = function(evt, entry, lastDoneID)
};
HistoryWidget.prototype._extractOperations = function() {
var self = this;console.log("here");
var self = this;
$.getJSON(
"/command/get-operations?" + $.param({ project: theProject.id }),
null,