Client-side XSLT renderer prototype.
[redakcja.git] / platforma / static / js / models.js
index ba2f3ce..4052594 100755 (executable)
@@ -522,7 +522,7 @@ Editor.DocumentModel = Editor.Model.extend({
                 revision: this.get('revision'),
                 user: this.get('user')
             },
-            complete: this.updateCompleted.bind(this)           
+            complete: this.updateCompleted.bind(this)           
         });
     },