Multiple bool => boolean fixes

This commit is contained in:
Boris Yankov
2013-08-07 18:02:05 +03:00
parent 38888208fb
commit f677cca98d
36 changed files with 183 additions and 185 deletions
+1 -1
View File
@@ -329,7 +329,7 @@ declare module Tee {
items: IAxis[];
add(horizontal: bool, otherSide: boolean): IAxis;
add(horizontal: boolean, otherSide: boolean): IAxis;
//each(f: function): void;
}