1
0
mirror of /repos/Prototyper.git synced 2025-12-30 06:31:32 +01:00

just added whitespace

This commit is contained in:
Aiko Mastboom 2013-04-19 23:09:45 +02:00
parent 049635bf5b
commit 14781d6d55

View File

@ -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;