tern-aui2.0.x
Version:
A Tern plugin adding AlloyUI 2.x support.
16 lines (13 loc) • 351 B
JavaScript
(function() {
var def = {
"!name": "mongo-map",
"!define": {
},
"emit": {
"!type": "fn(key: ?, value: ?)",
"!url": "http://docs.mongodb.org/manual/reference/command/mapReduce/#requirements-for-the-map-function",
"!doc": "the emit(key,value) function associates the key with a value."
}
}
CodeMirror.tern.addDef(def);
})();