Skip to main content

Bug Tracker

Side navigation

#10807 closed bug (fixed)

Opened November 16, 2011 10:32PM UTC

Closed November 21, 2011 05:11PM UTC

Last modified March 08, 2012 07:51PM UTC

Non-ascii apostrophe in comment

Reported by: anonymous Owned by: timmywil
Priority: low Milestone: 1.7.1
Component: support Version: 1.7
Keywords: Cc:
Blocked by: Blocking:
Description

In the uncompressed version of jquery-1.7.js, at line 1495, there is a comment:

// frameset documents, while document.body isn’t. (7398)

The character between "isn" and "t" is not the standard apostrophe ('); this causes problems with jstestdriver when it tries to load this file. (using the unix "file" tool, it reports it as "utf-8 unicode")

Replacing it with the standard ' character resolves this problem (and then "file" reports it as ASCII), and this change has purely cosmetic effect on jquery otherwise.

Attachments (0)
Change History (3)

Changed November 16, 2011 11:25PM UTC by timmywil comment:1

component: unfiledsupport
milestone: None1.7.1
owner: → timmywil
priority: undecidedlow
status: newassigned

You're absolute right. However, this will already be gone in 1.7.1.

Changed November 16, 2011 11:25PM UTC by timmywil comment:2

type: enhancementbug

Changed November 21, 2011 05:11PM UTC by timmywil comment:3

resolution: → fixed
status: assignedclosed