Skip to content

Commit

Permalink
Added a version number to PathJS for easy pull requests. I chose 0.5 …
Browse files Browse the repository at this point in the history
…just 'cuz
  • Loading branch information
mtrpcic committed Jun 3, 2011
1 parent cc78b64 commit 29eae03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions path.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
var Path = {
'version': "0.5",
'map': function (path) {
if (Path.routes.hasOwnProperty(path)) {
return Path.routes[path];
Expand Down
2 changes: 1 addition & 1 deletion path.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 29eae03

Please sign in to comment.