Hardcode to double quotes, indent to 2 spaces (#5824)

This commit is contained in:
Henry Zhu
2017-06-05 23:14:37 -04:00
committed by Brian Ng
parent b0524427c1
commit 123dce5fcd
46 changed files with 276 additions and 322 deletions

View File

@@ -7,10 +7,10 @@ System.register([], function (_export, _context) {
});
}
_export('lazyLoadOperation', lazyLoadOperation);
_export("lazyLoadOperation", lazyLoadOperation);
return {
setters: [],
execute: function () {}
};
});
});