File tree Expand file tree Collapse file tree 9 files changed +0
-40
lines changed
Expand file tree Collapse file tree 9 files changed +0
-40
lines changed Original file line number Diff line number Diff line change 1- /*
2- * amplitude-snippet.js
3- *
4- * Created by Curtis Liu
5- * Copyright (c) 2013 Sonalight, Inc. All rights reserved.
6- */
71( function ( window , document ) {
82 var amplitude = window . amplitude || { } ;
93 var as = document . createElement ( 'script' ) ;
Original file line number Diff line number Diff line change @@ -10,13 +10,6 @@ var detect = require('./detect');
1010var version = require ( './version' ) ;
1111var object = require ( 'object' ) ;
1212
13- /*
14- * amplitude.js
15- * Javascript SDK for Amplitude
16- *
17- * Created by Curtis Liu
18- * Copyright (c) 2014 Sonalight, Inc. All rights reserved.
19- */
2013var log = function ( s ) {
2114 console . log ( '[Amplitude] ' + s ) ;
2215} ;
Original file line number Diff line number Diff line change 1- /**
2- * Copyright Amplitude (c) 2014
3- */
4-
51var UTF8 = require ( './utf8' ) ;
62
73/*
Original file line number Diff line number Diff line change 1- /**
2- * Copyright Amplitude (c) 2014
3- */
4-
51/*
62 * Cookie data
73 */
Original file line number Diff line number Diff line change 1- /**
2- * Copyright Amplitude (c) 2014
3- */
4-
51/*
62 * Implement localStorage to support Firefox 2-3 and IE 5-7
73 */
Original file line number Diff line number Diff line change 1- /**
2- * Copyright Amplitude (c) 2014
3- */
41var UTF8 = require ( './utf8' ) ;
52
63/*
Original file line number Diff line number Diff line change 1- /**
2- * Copyright Amplitude (c) 2014
3- */
4-
51/*
62 * UTF-8 encoder/decoder
73 * http://www.webtoolkit.info/
Original file line number Diff line number Diff line change 1- /**
2- * Copyright Amplitude (c) 2014
3- */
4-
51/**
62 * Taken straight from jed's gist: https://gist.github.com/982883
73 *
Original file line number Diff line number Diff line change 1- /**
2- * Copyright Amplitude (c) 2014
3- */
4-
51var querystring = require ( 'querystring' ) ;
62
73/*
You can’t perform that action at this time.
0 commit comments