aboutsummaryrefslogtreecommitdiff
path: root/js/io/document/base-document.js
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-02-05 22:48:26 -0800
committerJose Antonio Marquez2012-02-05 22:48:26 -0800
commit17bda238bc6973832394c0ba8fb08da09557931e (patch)
tree4f703c7d30f01cf4cc24ba8737cab4e1beca7d38 /js/io/document/base-document.js
parent20803c71179bcffeaeaba4375bd06155d21dafe6 (diff)
parent62a5cad735a87d584272c6d4bf67328f2d4fa456 (diff)
downloadninja-17bda238bc6973832394c0ba8fb08da09557931e.tar.gz
Merge branch 'refs/heads/AnanyaFileIO' into FileIO
Diffstat (limited to 'js/io/document/base-document.js')
-rwxr-xr-xjs/io/document/base-document.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/js/io/document/base-document.js b/js/io/document/base-document.js
index ecc92447..918b51ad 100755
--- a/js/io/document/base-document.js
+++ b/js/io/document/base-document.js
@@ -31,11 +31,6 @@ var BaseDocument = exports.BaseDocument = Montage.create(Montage, {
31 set: function(value) { this._uri = value; } 31 set: function(value) { this._uri = value; }
32 }, 32 },
33 33
34 externalUri: {
35 get: function() { return this._externalUri; },
36 set: function(value) { this._externalUri = value; }
37 },
38
39 documentType: { 34 documentType: {
40 get: function() { return this._documentType; }, 35 get: function() { return this._documentType; },
41 set: function(value) { this._documentType = value; } 36 set: function(value) { this._documentType = value; }