Skip to content

Commit da3606a

Browse files
committed
Manual merge of omnibinder PR#23
jeffbcross/omnibinder#23
1 parent c3e79ae commit da3606a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

octobinder.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ angular.module( 'OctoBinder', [] )
4040
}
4141
};
4242

43+
Binder.prototype.unbind = function () {
44+
this.observer.close();
45+
46+
};
47+
4348
Binder.prototype.onModelChange = function ( changes ) {
4449
var numAffectedItems = 0,
4550
delta = { changes: changes },

0 commit comments

Comments
 (0)