scratch – Diff between revs 58 and 125

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 58 Rev 125
Line 1... Line 1...
1 define( [ 1 define([
2 "../var/support" 2 "../var/support"
3 ], function( support ) { 3 ], function( support ) {
Line 4... Line -...
4   -  
5 "use strict"; -  
6   4  
Line 7... Line 5...
7 support.focusin = "onfocusin" in window; 5 support.focusinBubbles = "onfocusin" in window;
Line 8... Line 6...
8   6