Commit 96269765 authored by Aron Carroll's avatar Aron Carroll

Remove super statement from CrossFrameUI

parent 53ce23ae
......@@ -10,8 +10,6 @@ class CrossFrameUI
this.$inject = ['$document', '$window', 'store', '$rootScope', 'threading']
constructor: ( $document, $window, store , $rootScope, threading) ->
super($document.find('body'))
$rootScope.$on('annotationDeleted', this.annotationDeleted)
@providers = []
......@@ -131,4 +129,4 @@ class CrossFrameUI
method: 'setVisibleHighlights'
params: state
angular.module('h').service('cross-frame-ui', CrossFrameUI)
angular.module('h').service('crossFrameUI', CrossFrameUI)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment