Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13122
tmp.txt
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Authored By
•
bzimport
Nov 22 2014, 2:59 AM
2014-11-22 02:59:34 (UTC+0)
Size
1 KB
Referenced Files
None
Subscribers
None
tmp.txt
View Options
--- a/lib/jquery/jquery.js
+++ b/lib/jquery/jquery.js
@@ -772,7 +772,7 @@ jQuery.extend({
// Simulated bind
args = core_slice.call( arguments, 2 );
proxy = function() {
- return fn.apply( context, args.concat( core_slice.call( arguments ) ) );
+ return fn.apply( context || this, args.concat( core_slice.call( arguments ) ) );
};
// Set the guid of unique handler to the same of original handler, so it can be removed
@@ -5536,9 +5536,10 @@ jQuery.each({
return jQuery.sibling( elem.firstChild );
},
contents: function( elem ) {
- return jQuery.nodeName( elem, "iframe" ) ?
- elem.contentDocument || elem.contentWindow.document :
- jQuery.merge( [], elem.childNodes );
+// return jQuery.nodeName( elem, "iframe" ) ?
+// elem.contentDocument || elem.contentWindow.document :
+// jQuery.merge( [], elem.childNodes );
+ return elem.contentDocument || jQuery.merge( [], elem.childNodes );
}
}, function( name, fn ) {
jQuery.fn[ name ] = function( until, selector ) {
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
12563
Default Alt Text
tmp.txt (1 KB)
Attached To
Mode
T65039: VisualEditor: Console shows "Permission denied" on IE9 when VE is first initiated
Attached
Detach File
Event Timeline
Log In to Comment