delete spaces and tabs on line ends
This commit is contained in:
parent
f7240ea2e5
commit
8d89461be7
28 changed files with 222 additions and 222 deletions
|
@ -146,7 +146,7 @@ function(Core, Paths, HostApp, URI) {
|
|||
if (!callback) {
|
||||
callback = function(data) { _this.getNewData(); }
|
||||
}
|
||||
Core.prototype.repost.call(this, id, entity, callback);
|
||||
Core.prototype.repost.call(this, id, entity, callback);
|
||||
}
|
||||
|
||||
Timeline.prototype.logout = function() {
|
||||
|
|
Reference in a new issue