scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 124  →  ?path2? @ 125
/bower_components/jquery/src/event/support.js
@@ -1,11 +1,9 @@
define( [
define([
"../var/support"
], function( support ) {
 
"use strict";
support.focusinBubbles = "onfocusin" in window;
 
support.focusin = "onfocusin" in window;
 
return support;
 
} );
});