Skip to content

Commit 16092e8

Browse files
committed
pathbinder go
1 parent 77a4e73 commit 16092e8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

lib/blog.js

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ exports.slugifyString = function(string) {
44
replace(/\-{2,}/,'-');
55
}
66

7-

vendor/couchapp/_attachments/jquery.pathbinder.js

+4
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
triggerOnPath(defaultPath);
3131
}
3232
})
33+
},
34+
go : function(path) {
35+
goPath(path);
36+
triggerOnPath(path);
3337
}
3438
};
3539

0 commit comments

Comments
 (0)