Commit df49c0f1 authored by Tristan Cavelier's avatar Tristan Cavelier

end newlines added to several files

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