corrade-http-templates – Blame information for rev 62

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