scratch

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