Skip to content

Commit

Permalink
Add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
mkly committed Sep 16, 2015
1 parent 26e2be0 commit 3044126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traffic-source 1.1.js
@@ -1,7 +1,7 @@
(function(cookieName, domain){

var traffic_source_COOKIE_TOKEN_SEPARATOR = ">>"; //separating between concatenated lead source
var traffic_source_date_SEPARATOR = "|>"
var traffic_source_date_SEPARATOR = "|>";
var NONE = "(none)";

domain = domain || window.location.hostname;
Expand Down

0 comments on commit 3044126

Please sign in to comment.