mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Removed UTF-8 BOM again. Turns out it was added by Notepad.
This commit is contained in:
parent
c95e3b27a4
commit
3db93ce80f
@ -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] || [];
|
||||
|
Loading…
Reference in New Issue
Block a user