You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently had to edit jquery.dialogextend-2.0.4 to add AMD support and I was wondering if you could incorporate AMD support into the release?
I'm using RequireJS to manage my modules and the "shim" configuration wasn't sufficient to work around the issues I encountered. Because the script's .call(this) calls execute when the script is parsed, rather than when RequireJS executes its callback.
I've included the modified version of the script I produced (below). I'm sure it's not perfect but hopefully it's enough to show you where I was going.
I recently had to edit jquery.dialogextend-2.0.4 to add AMD support and I was wondering if you could incorporate AMD support into the release?
I'm using RequireJS to manage my modules and the "shim" configuration wasn't sufficient to work around the issues I encountered. Because the script's
.call(this)
calls execute when the script is parsed, rather than when RequireJS executes its callback.I've included the modified version of the script I produced (below). I'm sure it's not perfect but hopefully it's enough to show you where I was going.
The text was updated successfully, but these errors were encountered: