Side navigation
#816 closed bug (fixed)
Opened January 15, 2007 09:34PM UTC
Closed January 20, 2008 02:15PM UTC
jQuery version is not substituted in build
Reported by: | klaus.hartl@stilbuer | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | 1.1.4 |
Component: | build | Version: | 1.1.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If jQuery is built from the build file in a local environment, "@VERSION" is not substituted accordingly. Thus jQuery.prototype.jquery returns "@VERSION" instead of the proper version number. That may be useful if plugins need a requirement check.
Attachments (0)
Change History (4)
Changed January 15, 2007 10:27PM UTC by comment:1
milestone: | → 1.1 |
---|
Changed January 17, 2007 01:47PM UTC by comment:2
I can confirm the problem, my local ant-based build still contains the @VERSION. Is this a make specific feature?
Changed July 21, 2007 02:39AM UTC by comment:3
component: | core → build |
---|---|
milestone: | 1.1.3 → 1.1.4 |
need: | → Review |
version: | 1.1 → 1.1.3 |
Changed January 20, 2008 02:15PM UTC by comment:4
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed.
This is only in the .zip build that I included on the web site - but that's because I forgot the version.txt file. If you build it from SVN, it should work fine.