File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- var EQ = require ( './css-element-queries/src/ElementQueries' ) ;
2
- var ResizeSensor = require ( './css-element-queries/src/ResizeSensor' ) ;
1
+ var EQ = require ( './../ css-element-queries-source /src/ElementQueries' ) ;
2
+ var ResizeSensor = require ( './../ css-element-queries-source /src/ResizeSensor' ) ;
3
3
var Hammer = require ( 'hammerjs/hammer' ) ;
4
4
5
5
require ( 'codemirror/mode/xml/xml' ) ;
@@ -134,7 +134,7 @@ function example4(){
134
134
}
135
135
} ) ;
136
136
new ResizeSensor ( box , function ( ) {
137
- logger . html ( 'Changed to ' + box [ 0 ] . clientWidth + 'px height.' ) ;
137
+ logger . html ( 'Changed to ' + box [ 0 ] . clientHeight + 'px height.' ) ;
138
138
} ) ;
139
139
}
140
140
Original file line number Diff line number Diff line change 10
10
"dependencies" : {
11
11
"bootstrap" : " ^3.3.6" ,
12
12
"codemirror" : " ^5.11.0" ,
13
- "gulp" : " ^3.9.1 " ,
13
+ "gulp" : " ^3.9.0 " ,
14
14
"gulp-browserify" : " ^0.5.1" ,
15
15
"gulp-concat" : " ^2.6.0" ,
16
16
"gulp-markdown" : " ^1.2.0" ,
You can’t perform that action at this time.
0 commit comments