aboutsummaryrefslogtreecommitdiffstats
path: root/src/ControlBar.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/ControlBar.js')
-rw-r--r--src/ControlBar.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ControlBar.js b/src/ControlBar.js
index 6fe5b42d..73be74db 100644
--- a/src/ControlBar.js
+++ b/src/ControlBar.js
@@ -13,13 +13,12 @@ ControlBar.HTML =
'</div>' +
'</div>';
+
ControlBar.FORBIDEN =
'<div ng-non-bindable="true" title="Permission Error:">' +
'Sorry, you do not have permission for this!'+
'</div>';
-
-
ControlBar.prototype = {
bind: function () {
},