File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
var _ = require ( '../util' )
2
2
3
3
/**
4
- * Create a child instance that prototypally inehrits
4
+ * Create a child instance that prototypally inherits
5
5
* data on parent. To achieve that we create an intermediate
6
6
* constructor with its prototype pointing to parent.
7
7
*
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ var config = require('../config')
6
6
*/
7
7
8
8
exports . util = _
9
+ exports . config = config
9
10
exports . nextTick = _ . nextTick
10
- exports . config = require ( '../config' )
11
11
exports . compiler = require ( '../compiler' )
12
12
13
13
exports . parsers = {
@@ -28,7 +28,7 @@ exports.cid = 0
28
28
var cid = 1
29
29
30
30
/**
31
- * Class inehritance
31
+ * Class inheritance
32
32
*
33
33
* @param {Object } extendOptions
34
34
*/
You can’t perform that action at this time.
0 commit comments