prototypeExtensions.js 214 B

12345678910111213
  1. /*
  2. These are dummy prototype extensions to test that the inputmask code can deal with an extension
  3. */
  4. Array.prototype.dummy = function(){
  5. return false;
  6. }
  7. String.prototype.dummy = function(){
  8. return false;
  9. }