corrade-http-templates – Blame information for rev 61

Subversion Repositories:
Rev:
Rev Author Line No. Line
61 office 1 define([
2 "../var/support"
3 ], function( support ) {
4  
5 support.focusinBubbles = "onfocusin" in window;
6  
7 return support;
8  
9 });