fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Client-side XSLT renderer prototype.
[redakcja.git]
/
platforma
/
static
/
js
/
models.js
diff --git
a/platforma/static/js/models.js
b/platforma/static/js/models.js
index
ba2f3ce
..
4052594
100755
(executable)
--- a/
platforma/static/js/models.js
+++ b/
platforma/static/js/models.js
@@
-522,7
+522,7
@@
Editor.DocumentModel = Editor.Model.extend({
revision: this.get('revision'),
user: this.get('user')
},
revision: this.get('revision'),
user: this.get('user')
},
- complete: this.updateCompleted.bind(this)
,
+ complete: this.updateCompleted.bind(this)
});
},
});
},