This commit is contained in:
matsievskyav
2015-07-20 07:33:53 +03:00
parent 754e75c033
commit cd2ff6b40e
2 changed files with 26 additions and 26 deletions
+3 -3
View File
@@ -389,7 +389,7 @@ declare module Bacon {
* @constant
* @description The opaque value `sink` function may return. See [Bacon.fromBinder]{@link Bacon.fromBinder}.
*/
const more:More;
var more:More;
/**
* @interface
@@ -402,7 +402,7 @@ declare module Bacon {
* @constant
* @description The opaque value `sink` function may return. See [Bacon.fromBinder]{@link Bacon.fromBinder}.
*/
const noMore:NoMore;
var noMore:NoMore;
/**
* @class Observable
@@ -2743,4 +2743,4 @@ declare module Bacon {
declare module "baconjs" {
export = Bacon;
}
}