Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
driskull committed Mar 2, 2015
1 parent d65c335 commit 0d3b0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2717,7 +2717,7 @@ define([
}));
if (!flagPointFeatureLayer) {
error = new Error(nls.user.invalidLayerMessage);
this._reportError(error);
this.reportError(error);
}
}
// get editable layer
Expand Down

0 comments on commit 0d3b0ed

Please sign in to comment.