From 6a2d81ce62c4bbdc21b851a856c8623908257ba0 Mon Sep 17 00:00:00 2001 From: Andrew Dupont Date: Mon, 17 Mar 2008 15:59:58 +0000 Subject: [PATCH] Fixed an improperly-encoded apostrophe in a comment. --- src/selector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/selector.js b/src/selector.js index d2ca1b7..a8c48c8 100644 --- a/src/selector.js +++ b/src/selector.js @@ -1,4 +1,4 @@ -/* Portions of the Selector class are derived from Jack Slocum’s DomQuery, +/* Portions of the Selector class are derived from Jack Slocum's DomQuery, * part of YUI-Ext version 0.40, distributed under the terms of an MIT-style * license. Please see http://www.yui-ext.com/ for more information. */