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
+2 -2
View File
@@ -296,7 +296,7 @@ declare module "less" {
}
export class Quoted implements IInjectable, IComparable {
constructor(str: string, content: string, escaped: bool, i);
constructor(str: string, content: string, escaped: boolean, i);
escaped: boolean;
value: string;
@@ -374,7 +374,7 @@ declare module "less" {
}
export class Import implements IInjectable {
constructor(path, imports, features: ICSSable, once: bool, index, rootpath);
constructor(path, imports, features: ICSSable, once: boolean, index, rootpath);
once: boolean;
index;