mirror of
/repos/Prototyper.git
synced 2025-12-30 06:31:32 +01:00
just added whitespace
This commit is contained in:
parent
049635bf5b
commit
14781d6d55
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user