File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 20
20
21
21
! function ( $ ) {
22
22
23
- $ ( function ( ) {
23
+ "use strict" ; // jshint ;_;
24
24
25
- "use strict" ; // jshint ;_;
26
25
26
+ /* CSS TRANSITION SUPPORT (http://www.modernizr.com/)
27
+ * ======================================================= */
27
28
28
- /* CSS TRANSITION SUPPORT (http://www.modernizr.com/)
29
- * ======================================================= */
29
+ $ ( function ( ) {
30
30
31
31
$ . support . transition = ( function ( ) {
32
32
Original file line number Diff line number Diff line change 20
20
21
21
! function ( $ ) {
22
22
23
- $ ( function ( ) {
23
+ "use strict" ; // jshint ;_;
24
24
25
- "use strict" ; // jshint ;_;
26
25
26
+ /* CSS TRANSITION SUPPORT (http://www.modernizr.com/)
27
+ * ======================================================= */
27
28
28
- /* CSS TRANSITION SUPPORT (http://www.modernizr.com/)
29
- * ======================================================= */
29
+ $ ( function ( ) {
30
30
31
31
$ . support . transition = ( function ( ) {
32
32
You can’t perform that action at this time.
0 commit comments