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 11var _ = require ( '../util' )
22
33/**
4- * Create a child instance that prototypally inehrits
4+ * Create a child instance that prototypally inherits
55 * data on parent. To achieve that we create an intermediate
66 * constructor with its prototype pointing to parent.
77 *
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ var config = require('../config')
66 */
77
88exports . util = _
9+ exports . config = config
910exports . nextTick = _ . nextTick
10- exports . config = require ( '../config' )
1111exports . compiler = require ( '../compiler' )
1212
1313exports . parsers = {
@@ -28,7 +28,7 @@ exports.cid = 0
2828var cid = 1
2929
3030/**
31- * Class inehritance
31+ * Class inheritance
3232 *
3333 * @param {Object } extendOptions
3434 */
You can’t perform that action at this time.
0 commit comments