[gnome-documents] documents: Fix typo
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents] documents: Fix typo
- Date: Wed, 5 Mar 2014 16:28:11 +0000 (UTC)
commit 2345619c65ad20a1f337243d6ca3eac9a832e0df
Author: Debarshi Ray <debarshir gnome org>
Date: Wed Mar 5 17:19:07 2014 +0100
documents: Fix typo
Fallout from 6ad46e55572b28da3a4e27ce21bfccb2a7e5310d and
051683b7f48356d727cad4e771865b5089076808
src/documents.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/documents.js b/src/documents.js
index 0c46dbb..81d7fd2 100644
--- a/src/documents.js
+++ b/src/documents.js
@@ -354,11 +354,11 @@ const DocCommon = new Lang.Class({
}
},
- canShare: function(callback) {
+ canShare: function() {
log('Error: DocCommon implementations must override canShare');
},
- canTrash: function(callback) {
+ canTrash: function() {
log('Error: DocCommon implementations must override canTrash');
},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]