Minor fix for python2.5.
[redakcja.git] / redakcja / static / js / wiki / wikiapi.js
index d62d8fe..3ec2fdc 100644 (file)
@@ -9,9 +9,9 @@
        /*
         * 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];
        };
        /*
         * 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 */