Skip to content

Commit 567baa9

Browse files
Update semicolons to pass tests
1 parent e259caf commit 567baa9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

can-ajax.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,9 @@ function ajax(o) {
210210

211211
xhr.send(data);
212212
return promise;
213-
};
213+
}
214214

215-
module.exports = namespace.ajax = ajax
215+
module.exports = namespace.ajax = ajax;
216216
module.exports.ajaxSetup = function (o) {
217217
globalSettings = o || {};
218-
}
218+
};

0 commit comments

Comments
 (0)