Skip to content

Commit a55e9e1

Browse files
Copilotbytestream
andcommitted
Improve comment clarity in gulpfile AMD wrapper
Co-authored-by: bytestream <1788397+bytestream@users.noreply.github.com>
1 parent 22a81cd commit a55e9e1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gulpfile.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const amdWrapper = `(function (root, factory) {
2424
}
2525
}(typeof self !== 'undefined' ? self : this, function ($) {
2626
<%= contents %>
27-
// Make laravelValidation accessible through the module export
27+
// Make laravelValidation accessible via $.laravelValidation (in addition to global scope)
2828
$.laravelValidation = laravelValidation;
2929
return $;
3030
}));

public/js/jsvalidation.amd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)