spaces and tabs on the end of the lines

This commit is contained in:
noformnocontent 2013-02-11 01:34:40 +01:00
parent 108f8afcd9
commit 10ebf3a55f
23 changed files with 189 additions and 189 deletions

View file

@ -47,7 +47,7 @@ function(HostApp, Core, Paths, URI) {
var dom_element = _this.getStatusDOMElement(status);
if (node) {
node.parentNode.insertBefore(dom_element, node);
} else {
@ -115,7 +115,7 @@ function(HostApp, Core, Paths, URI) {
var _this = this;
var callback = function(resp) {
var statuses = JSON.parse(resp.responseText);
for (var i = 0; i < statuses.length; i++) {