forked from sentier-dev/dds_registration
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue sentier-dev#129: Fixed asset scripts root entrypoint bug.
- Loading branch information
1 parent
04ebead
commit e7f7280
Showing
3 changed files
with
18 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,19 @@ | ||
/** | ||
* @desc Main js entry point module (scripts) | ||
* @module src/assets/scripts.ts | ||
* @changed 2024.04.04, 16:06 | ||
* @changed 2024.04.06, 22:00 | ||
*/ | ||
|
||
/* NOTE: These modules are unused. Used only | ||
* `src/assets/stripe-init/stripe_payment_intents_support.ts`, via requirejs, | ||
* without exposing to global scope. | ||
/* // NOTE: These modules are unused. Used only | ||
* // `src/assets/stripe-init/stripe_payment_intents_support.ts`, via requirejs, | ||
* // without exposing to global scope. | ||
* | ||
* import { billing_event_stripe_payment_proceed } from './stripe-init/billing_event_stripe_payment_proceed'; | ||
* import { billing_membership_stripe_payment_proceed } from './stripe-init/billing_membership_stripe_payment_proceed'; | ||
* | ||
* // Expose functions to global scope... | ||
* window.billing_event_stripe_payment_proceed = billing_event_stripe_payment_proceed; | ||
* window.billing_membership_stripe_payment_proceed = billing_membership_stripe_payment_proceed; | ||
* import { startStripeElementsForm } from './stripe-init/stripe_payment_intents_support'; | ||
* | ||
* console.log('[scripts] Main client code entry point', { | ||
* billing_event_stripe_payment_proceed, | ||
* billing_membership_stripe_payment_proceed, | ||
* startStripeElementsForm, | ||
* }); | ||
*/ | ||
|
||
// Empty root module | ||
export {}; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.