Minor fix.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@872 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
David Huynh 2010-05-27 21:08:56 +00:00
parent f9a0c51285
commit b4c4c4308c

View File

@ -192,7 +192,7 @@ HistoryWidget.prototype._showExtractOperationsDialog = function(json) {
var level = DialogSystem.showDialog(frame);
textarea[0].select();
elmts.textarea[0].select();
};
HistoryWidget.prototype._showApplyOperationsDialog = function() {