Commit df49c0f1 authored by Tristan Cavelier's avatar Tristan Cavelier

end newlines added to several files

parent 8ef4e6cc
......@@ -507,4 +507,4 @@
} else {
jioDummyStorageLoader(jIO);
}
}());
\ No newline at end of file
}());
......@@ -1082,4 +1082,4 @@ jIO.addStorageType('conflictmanager', function (spec, my) {
}; // end remove
return that;
});
\ No newline at end of file
});
......@@ -274,4 +274,4 @@ jIO.addStorageType('crypt', function (spec, my) {
}; // end remove
return that;
});
\ No newline at end of file
});
......@@ -185,7 +185,7 @@ jIO.addStorageType('dav', function (spec, my) {
priv.username + ':' + priv.password
)
},
// xhrFields: {withCredentials: 'true'},
// xhrFields: {withCredentials: 'true'},
success: function () {
that.success({
ok: true,
......@@ -219,7 +219,7 @@ jIO.addStorageType('dav', function (spec, my) {
priv.username + ':' + priv.password
)
},
// xhrFields: {withCredentials: 'true'},
// xhrFields: {withCredentials: 'true'},
success: function (response) {
that.success({
ok: true,
......@@ -886,4 +886,4 @@ jIO.addStorageType('dav', function (spec, my) {
};
return that;
});
\ No newline at end of file
});
......@@ -223,4 +223,4 @@ jIO.addStorageType('indexed', function (spec, my) {
}; // end remove
return that;
});
\ No newline at end of file
});
......@@ -333,4 +333,4 @@ jIO.addStorageType('local', function (spec, my) {
};
return that;
});
\ No newline at end of file
});
......@@ -107,4 +107,4 @@ jIO.addStorageType('replicate', function (spec, my) {
};
return that;
});
\ No newline at end of file
});
......@@ -338,4 +338,4 @@
return that;
};
jIO.addStorageType('xwiki', newXWikiStorage);
}(jQuery, Base64));
\ No newline at end of file
}(jQuery, Base64));
......@@ -76,4 +76,4 @@
}
}
());
\ No newline at end of file
());
......@@ -72,4 +72,4 @@ var activityUpdater = (function (spec, my) {
};
return that;
}());
\ No newline at end of file
}());
......@@ -47,4 +47,4 @@ var getCommand = function (spec, my) {
};
return that;
};
\ No newline at end of file
};
......@@ -29,4 +29,4 @@ var postCommand = function (spec, my) {
storage.post(that);
};
return that;
};
\ No newline at end of file
};
......@@ -39,4 +39,4 @@ var putCommand = function (spec, my) {
storage.put(that);
};
return that;
};
\ No newline at end of file
};
......@@ -42,4 +42,4 @@ var removeCommand = function (spec, my) {
};
return that;
};
\ No newline at end of file
};
......@@ -200,4 +200,4 @@ var job = function (spec) {
priv.command.execute(priv.storage);
};
return that;
};
\ No newline at end of file
};
......@@ -298,4 +298,4 @@ var jobManager = (function (spec) {
return a;
};
return that;
}());
\ No newline at end of file
}());
......@@ -267,4 +267,4 @@ var jobRules = (function () {
// end adding rules
////////////////////////////////////////////////////////////////////////////
return that;
}());
\ No newline at end of file
}());
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