Skip to content
This repository has been archived by the owner on Nov 30, 2018. It is now read-only.

Commit

Permalink
Updated to include last minute bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Aug 16, 2013
1 parent c8713ac commit 4157d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/plugins/observable.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ define(['durandal/system', 'durandal/binder', 'knockout'], function(system, bind
* @method install
*/
observableModule.install = function(options) {
var original = binder.beforeBind;
var original = binder.binding;

binder.binding = function(obj, view, instruction) {
if(instruction.applyBindings && !instruction.skipConversion){
Expand Down

0 comments on commit 4157d20

Please sign in to comment.