mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
style(all): minor changes
This commit is contained in:
@@ -140,9 +140,7 @@ export const isCheckedProperty = function(a: any, b: any): boolean {
|
||||
}
|
||||
|
||||
// not using strict comparison on purpose
|
||||
/* tslint:disable */
|
||||
return (a == b);
|
||||
/* tslint:enable */
|
||||
return (a == b); // tslint:disable-line
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user