Skip to content

Commit e5b2f83

Browse files
author
Neeraj Singh
committed
add comments at the top. prepare to create a branch for lower version of jquery
1 parent 6321501 commit e5b2f83

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/rails.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*
2+
* jquery-ujs
3+
*
4+
* http://github.com/rails/jquery-ujs/blob/master/src/rails.js
5+
*
6+
* This rails.js file supports jQuery 1.4, 1.4.1, 1.4.2 and 1.4.3 .
7+
*
8+
*/
9+
110
jQuery(function ($) {
211
var csrf_token = $('meta[name=csrf-token]').attr('content'),
312
csrf_param = $('meta[name=csrf-param]').attr('content');

0 commit comments

Comments
 (0)