Fix typo in variable name
git-svn-id: http://google-refine.googlecode.com/svn/trunk@2317 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
55c3fdebab
commit
da0e68dd76
@ -212,7 +212,7 @@ Refine.DefaultImportingController.prototype.updateFormatAndOptions = function(op
|
|||||||
},
|
},
|
||||||
function(o) {
|
function(o) {
|
||||||
if (o.status == 'error') {
|
if (o.status == 'error') {
|
||||||
if (o.messgae) {
|
if (o.message) {
|
||||||
alert(o.message);
|
alert(o.message);
|
||||||
} else {
|
} else {
|
||||||
var messages = [];
|
var messages = [];
|
||||||
|
Loading…
Reference in New Issue
Block a user