Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RainerAtSpirit committed Sep 17, 2013
1 parent d651f70 commit 101aabc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/masterDetail/wizard2/step.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
define(['knockout'], function( ko ) {

var Property = function( id, val ) {
this.id = id,
this.val = ko.observable(val);
this.id = id;
this.val = ko.observable(val);
};

var ctor = function( options ) {
Expand Down

0 comments on commit 101aabc

Please sign in to comment.