summaryrefslogtreecommitdiff
path: root/framework/Web/Javascripts/prototype/prototype.js
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web/Javascripts/prototype/prototype.js')
-rw-r--r--framework/Web/Javascripts/prototype/prototype.js16
1 files changed, 15 insertions, 1 deletions
diff --git a/framework/Web/Javascripts/prototype/prototype.js b/framework/Web/Javascripts/prototype/prototype.js
index 8beb4d43..6ae99602 100644
--- a/framework/Web/Javascripts/prototype/prototype.js
+++ b/framework/Web/Javascripts/prototype/prototype.js
@@ -1,5 +1,19 @@
+/* Prototype JavaScript framework, version 1.4.0
+ * (c) 2005 Sam Stephenson <sam@conio.net>
+ *
+ * THIS FILE IS AUTOMATICALLY GENERATED. When sending patches, please diff
+ * against the source tree, available from the Prototype darcs repository.
+ *
+ * Prototype is freely distributable under the terms of an MIT-style license.
+ *
+ * For details, see the Prototype web site: http://prototype.conio.net/
+ *
+/*--------------------------------------------------------------------------*/
+
var Prototype = {
- Version: '1.4.0_rc1',
+ Version: '1.4.0',
+ ScriptFragment: '(?:<script.*?>)((\n|\r|.)*?)(?:<\/script>)',
+
emptyFunction: function() {},
K: function(x) {return x}
} \ No newline at end of file