Skip to content

Commit e2c146e

Browse files
authored
Fix constructor typo for MergeView.
1 parent 2eb94e5 commit e2c146e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/merge/merge.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@
545545
}
546546

547547
MergeView.prototype = {
548-
constuctor: MergeView,
548+
constructor: MergeView,
549549
editor: function() { return this.edit; },
550550
rightOriginal: function() { return this.right && this.right.orig; },
551551
leftOriginal: function() { return this.left && this.left.orig; },

0 commit comments

Comments
 (0)