Skip to content

Commit

Permalink
Work on adapt-it#539
Browse files Browse the repository at this point in the history
missing errMsg definition
  • Loading branch information
eb1 committed Jan 3, 2024
1 parent 3f28638 commit c40c9c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions www/js/models/sql/project.js
Original file line number Diff line number Diff line change
Expand Up @@ -659,8 +659,9 @@ define(function (require) {
},
// populate this project object from an .aic file / string
fromString: function (str) {
var deferred = $.Deferred();
var value = "",
var deferred = $.Deferred(),
errMsg = "",
value = "",
value2 = "",
value3 = "",
value4 = "",
Expand Down

0 comments on commit c40c9c0

Please sign in to comment.