Browse Source

add version data

master
Brett Langdon 12 years ago
parent
commit
a6969f1c65
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      sleuth.js

+ 1
- 0
sleuth.js View File

@ -52,6 +52,7 @@
}; };
var Sleuth = function(){ var Sleuth = function(){
this.version = '0.1.0';
this.config = { this.config = {
url: '/track', url: '/track',
unload: true, unload: true,


Loading…
Cancel
Save