Skip to content

Commit

Permalink
Merge pull request #611 from latin-language-toolkit/revert-577-analyt…
Browse files Browse the repository at this point in the history
…ics-error-events

Revert "Analytics error events"
  • Loading branch information
balmas committed Feb 2, 2015
2 parents d6e3bf6 + 8815649 commit 9f27287
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 36 deletions.
3 changes: 1 addition & 2 deletions app/js/arethusa.core/arethusa_ctrl.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
'use strict';
angular.module('arethusa.core').controller('ArethusaCtrl', [
'GlobalErrorHandler',
'$scope',
'configurator',
'state',
Expand All @@ -12,7 +11,7 @@ angular.module('arethusa.core').controller('ArethusaCtrl', [
'translator',
'$timeout',
'globalSettings',
function (GlobalErrorHandler, $scope, configurator, state, documentStore, notifier,
function ($scope, configurator, state, documentStore, notifier,
saver, history, plugins, translator, $timeout, globalSettings) {
// This is the entry point to the application.

Expand Down
34 changes: 0 additions & 34 deletions app/js/arethusa/global_error_handler.js

This file was deleted.

0 comments on commit 9f27287

Please sign in to comment.