fallback to a static string, not some external SJS thing

This commit is contained in:
Sami Samhuri 2010-12-19 22:59:18 -08:00
parent 92f4944219
commit 05feec0133

View file

@ -73,8 +73,8 @@
window.Finder = function(options){
options = Object.extend( {
user_id: 'samsonjs'
,project: SJS.projName
user_id: 'samsonjs'
,project: 'samhuri.net'
,branch: 'master'
}, options || {} )