Browse Source

Update README.md

Robin Herbots 13 years ago
parent
commit
7b1e35410a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -127,7 +127,7 @@ $(document).ready(function(){
 
 ### set a value and apply mask
 
-this can be done with the traditionnal jquery.val function (all browsers) or javascript value property for browsers which implement lookupGetter
+this can be done with the traditionnal jquery.val function (all browsers) or javascript value property for browsers which implement lookupGetter or getOwnPropertyDescriptor
 
 ```javascript
 $(document).ready(function(){