]> source.dussan.org Git - jquery-ui.git/commitdiff
Removed UTF-8 BOM again. Turns out it was added by Notepad.
authorRichard Worth <rdworth@gmail.com>
Wed, 10 Dec 2008 13:20:06 +0000 (13:20 +0000)
committerRichard Worth <rdworth@gmail.com>
Wed, 10 Dec 2008 13:20:06 +0000 (13:20 +0000)
ui/ui.core.js

index 2835953da3e754427790b207a2915229363875aa..16f12f96262172bed6c90d751411bf93479119cf 100644 (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] || [];