Changes to Bacon.js

1. changing `EventStream#map`;
2. changing `Bus#error`;
3. changing `Bacon.update`;
4. expanding `Bacon.when` `JSDoc`s;
5. switching from `node-0.10.d.ts` to `node-0.11.d.ts`;
6. creating `.editorconfig` file.
This commit is contained in:
matsievskyav
2015-07-24 17:12:55 +03:00
parent 977da240f2
commit 75a3573ee5
3 changed files with 3419 additions and 2951 deletions
+9
View File
@@ -0,0 +1,9 @@
root = true
[*.ts]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true