Skip to content

Instantly share code, notes, and snippets.

View FlorianTopf's full-sized avatar
🚜

Florian Topf FlorianTopf

🚜
View GitHub Profile
;(function () {
'use strict';
var app = this;
var className = 'OrderProcessingAnalytics';
// saving the start time
var orderProcessingStartTime = 0;
var orderProcessingStopTime = 0;
var measuringInProgress = false;
namespace SellerCenterExpress {
'use strict';
/**
* @ngdoc function
* @name scxApp.factory:AuthorisationHelper
* @description
* # AuthorisationHelper
* checks on each state change if an authentication is required or user is authorised
*/