The founding Prime Minister of Singapore’s daughter, Ms Lee Wei Ling, published a viral Facebook note which has now been shared more than 6500 times. In her note she cringed at the hero-worship of her father and said that her father would have disapproved of it if he was alive.
Fabrications About PAP, a rabid fanpage of the People’s Action Party, shared Ms Lee’s note in their Facebook (link: http://bit.ly/1WSqwat) and some fans of the PAP made cringe-worthy comments on the fanpage disagreeing with Ms Lee. 


Cringe-worthy comments on Lee Wei Ling's note – LKY was the "second coming of Sir Stamford Raffles to finish his unfinished task"
Hot this week
Popular Categories
document.addEventListener("DOMContentLoaded", () => {
const trigger = document.getElementById("ads-trigger");
if ('IntersectionObserver' in window && trigger) {
const observer = new IntersectionObserver((entries, observer) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
lazyLoader(); // You should define lazyLoader() elsewhere or inline here
observer.unobserve(entry.target); // Run once
}
});
}, {
rootMargin: '800px',
threshold: 0.1
});
observer.observe(trigger);
} else {
// Fallback
setTimeout(lazyLoader, 3000);
}
});
