Conflicts:
	theme/assets/app.js
This commit is contained in:
Samy Pessé
2014-04-05 13:54:00 -07:00
3 changed files with 7 additions and 4 deletions
+4 -1
View File
@@ -9,7 +9,10 @@ define([
});
var isAvailable = function() {
return (typeof mixpanel !== "undefined");
return (
typeof mixpanel !== "undefined" &&
typeof mixpanel.track === "function"
);
};
var track = function(e, data) {