Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
remnev committed Oct 20, 2014
1 parent e1288a4 commit 558a2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ var A = inherit(/** @lends A.prototype */{
},

getStaticProperty : function() {
return this.__self.staticMember; // access to static
return this.__self.staticProperty; // access to static
}
}, /** @lends A */ {
staticProperty : 'staticA',
Expand Down

0 comments on commit 558a2a7

Please sign in to comment.