Skip to content

Commit f1e04f7

Browse files
committed
Update comments in Rakefile
1 parent a8fcb0a commit f1e04f7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Rakefile

+2-4
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,13 @@ end
1818
# "ui.widget": "1.9.2"
1919
# },
2020
#
21-
# then "ui.widget" returns "jquery.ui.widget.js")
21+
# then "ui.widget" returns "widget.js")
2222
#
2323
# The only exception is "jquery", which doesn't follow the
24-
# same naming conventions so its a special case.
24+
# same naming conventions so it's a special case.
2525
def source_file_for_dependency_entry(dep_entry)
26-
# if the dependent file is jquery.js itself, return its filename
2726
return "jquery.js" if dep_entry == 'jquery'
2827

29-
# otherwise, tack 'jquery.' on the front
3028
"#{dep_entry.sub 'ui.', ''}.js"
3129
end
3230

0 commit comments

Comments
 (0)