Removed UTF-8 BOM again. Turns out it was added by Notepad.

This commit is contained in:
Richard Worth 2008-12-10 13:20:06 +00:00
parent c95e3b27a4
commit 3db93ce80f

View File

@ -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] || [];