This repository was archived by the owner on Aug 14, 2021. It is now read-only.
This repository was archived by the owner on Aug 14, 2021. It is now read-only.
Generate a version where @VERSION is replaced by the current version number #117
Closed
Description
In all files I downloaded the *.js files do not contain the version number.
// ...
$.widget("moogle.contextmenu", {
version: "@VERSION",
options: {
addClass: "ui-contextmenu", // Add this class to the outer <ul>
autoFocus: false, // Set keyboard focus to first entry on open
// ...
In your implementation you rely on a correct version numbers in $.ui.menu.version
. If someone builds jquery-ui on his own this property is also filled with @VERSION
.
Metadata
Metadata
Assignees
Labels
No labels