fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Cleanup for easier builds using hudson.
[redakcja.git]
/
redakcja
/
static
/
js
/
wiki
/
wikiapi.js
diff --git
a/redakcja/static/js/wiki/wikiapi.js
b/redakcja/static/js/wiki/wikiapi.js
index
27ab97e
..
d62d8fe
100644
(file)
--- a/
redakcja/static/js/wiki/wikiapi.js
+++ b/
redakcja/static/js/wiki/wikiapi.js
@@
-7,11
+7,11
@@
failure: noop
};
/*
failure: noop
};
/*
- * Return absolute reverse path of given named view.
- *
(at least he have it
hard-coded in one place)
- *
+ * Return absolute reverse path of given named view.
(at least he have it
+ * hard-coded in one place)
+ *
* TODO: think of a way, not to hard-code it here ;)
* TODO: think of a way, not to hard-code it here ;)
- *
+ *
*/
function reverse() {
var vname = arguments[0];
*/
function reverse() {
var vname = arguments[0];
@@
-103,10
+103,10
@@
};
/*
* Fetch history of this document.
};
/*
* Fetch history of this document.
- *
- * from - First revision to fetch (default = 0)
- *
upto - Last revision to
fetch (default = tip)
- *
+ *
+ * from - First revision to fetch (default = 0)
upto - Last revision to
+ * fetch (default = tip)
+ *
*/
WikiDocument.prototype.fetchHistory = function(params) {
/* this doesn't modify anything, so no locks */
*/
WikiDocument.prototype.fetchHistory = function(params) {
/* this doesn't modify anything, so no locks */