public
Fork of sstephenson/prototype
Description: Prototype JavaScript framework
Homepage: http://prototypejs.org/
Clone URL: git://github.com/tobie/prototype.git
Remove small comment.
tobie (author)
Fri Jul 11 19:07:04 -0700 2008
commit  c3edbf088d3a0fd119a8d3d1c22c3057e18d19ff
tree    e49ef35af7ac34e72ed89e09da29d58c5d150802
parent  d49054bd9b0564132e11849e1cb9c61c6a672db3
...
1
2
3
4
5
6
7
8
...
1
2
3
 
 
4
5
6
0
@@ -1,8 +1,6 @@
0
 require 'rake'
0
 require 'rake/packagetask'
0
 
0
-# Small comment added.
0
-
0
 PROTOTYPE_ROOT = File.expand_path(File.dirname(__FILE__))
0
 PROTOTYPE_SRC_DIR = File.join(PROTOTYPE_ROOT, 'src')
0
 PROTOTYPE_DIST_DIR = File.join(PROTOTYPE_ROOT, 'dist')

Comments

    No one has commented yet.