From: Richard Worth Date: Wed, 10 Dec 2008 13:20:06 +0000 (+0000) Subject: Removed UTF-8 BOM again. Turns out it was added by Notepad. X-Git-Tag: 1.6rc3~336 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3db93ce80f76ed345cb1188b8ec83b7c1858cf50;p=jquery-ui.git Removed UTF-8 BOM again. Turns out it was added by Notepad. --- diff --git a/ui/ui.core.js b/ui/ui.core.js index 2835953da..16f12f962 100644 --- a/ui/ui.core.js +++ b/ui/ui.core.js @@ -1,4 +1,4 @@ -/* +/* * jQuery UI @VERSION * * Copyright (c) 2008 AUTHORS.txt (http://ui.jquery.com/about) @@ -247,7 +247,7 @@ $.extend($.expr[':'], { // $.widget is a factory to create jQuery plugins // taking some boilerplate code out of the plugin code -// created by Scott González and Jörn Zaefferer +// created by Scott González and Jörn Zaefferer function getter(namespace, plugin, method, args) { function getMethods(type) { var methods = $[namespace][plugin][type] || [];