Skip to content

Commit

Permalink
Merge pull request alexwarth#5 from Page-/master
Browse files Browse the repository at this point in the history
Fix createInstance cloning issue.
  • Loading branch information
alexwarth committed Jul 11, 2011
2 parents 40617e3 + 708cca2 commit 8a36f45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ometa-base.js
Expand Up @@ -504,8 +504,8 @@ OMeta = {
var m = objectThatDelegatesTo(this)
m.initialize()
m.matchAll = function(listyObj, aRule) {
m.input = listyObj.toOMInputStream()
return m._apply(aRule)
this.input = listyObj.toOMInputStream()
return this._apply(aRule)
}
return m
}
Expand Down

0 comments on commit 8a36f45

Please sign in to comment.