Redundancy

This commit is contained in:
Jordan Bates 2013-05-15 03:41:57 -07:00
parent 61813b28d7
commit 51dee38f95
4 changed files with 0 additions and 6 deletions

View File

@ -4807,7 +4807,6 @@
return alert(el.textContent);
}
},
clearError: function() {},
notifications: [],
cleanNotifications: function() {
var notification, _i, _len, _ref;

View File

@ -4791,7 +4791,6 @@
return alert(el.textContent);
}
},
clearError: function() {},
notifications: [],
cleanNotifications: function() {
var notification, _i, _len, _ref;

View File

@ -4794,7 +4794,6 @@
return alert(el.textContent);
}
},
clearError: function() {},
notifications: [],
cleanNotifications: function() {
var notification, _i, _len, _ref;

View File

@ -137,9 +137,6 @@ QR =
else
QR.notifications.push new Notification 'warning', el
alert el.textContent if d.hidden
clearError: ->
notifications: []
cleanNotifications: ->