mirror of
/repos/Prototyper.git
synced 2026-02-27 16:12:00 +01:00
just added whitespace
This commit is contained in:
@@ -86,7 +86,8 @@
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
var setDoc = function(attribute) {
|
||||
var mode = 'markdown';
|
||||
editor.setReadOnly(true);
|
||||
@@ -130,6 +131,7 @@
|
||||
var mapping = {
|
||||
'ignore': ["name", "version"]
|
||||
};
|
||||
|
||||
function addComputed(doc) {
|
||||
var snapshot = doc.snapshot;
|
||||
snapshot._keys = _.filter(
|
||||
@@ -140,6 +142,7 @@
|
||||
&& key != 'version';
|
||||
});
|
||||
}
|
||||
|
||||
function initViewModel(doc) {
|
||||
addComputed(doc);
|
||||
var snapshot = doc.snapshot;
|
||||
|
||||
Reference in New Issue
Block a user