[ Index ]
 

Code source de PRADO 3.0.6

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/framework/Web/Javascripts/prototype/ -> prototype.js (source)

   1  /*  Prototype JavaScript framework, version <%= PROTOTYPE_VERSION %>
   2   *  (c) 2005 Sam Stephenson <sam@conio.net>
   3   *
   4   *  Prototype is freely distributable under the terms of an MIT-style license.
   5   *  For details, see the Prototype web site: http://prototype.conio.net/
   6   *
   7  /*--------------------------------------------------------------------------*/
   8  
   9  var Prototype = {
  10    Version: '1.50',
  11    ScriptFragment: '(?:<script.*?>)((\n|\r|.)*?)(?:<\/script>)',
  12    
  13    emptyFunction: function() {},
  14    K: function(x) {return x}
  15  }
  16  
  17  /*
  18  <%= include 'base.js', 'string.js' %>
  19  
  20  <%= include 'enumerable.js', 'array.js', 'hash.js', 'range.js' %>
  21  
  22  <%= include 'ajax.js', 'dom.js', 'selector.js', 'form.js', 'event.js', 'position.js' %>
  23  
  24  */


Généré le : Sun Feb 25 21:07:04 2007 par Balluche grâce à PHPXref 0.7