From 0649009624e8e7bd6fb39537f62c6f00facbfb16 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Wed, 22 Sep 2010 13:24:40 +0200 Subject: Refactored the Browser: - change from using prototype to inner functions to help with better compression - removed watchers (url/cookie) and introduced a poller concept - moved the checking of URL and cookie into services which register with poolers Benefits: - Smaller minified file - can call $browser.poll() from tests to simulate polling - single place where setTimeout needs to be tested - More testable $browser --- scenario/widgets.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scenario/widgets.html') diff --git a/scenario/widgets.html b/scenario/widgets.html index d5285ea6..08443d2a 100644 --- a/scenario/widgets.html +++ b/scenario/widgets.html @@ -1,8 +1,8 @@ - - + + - + -- cgit v1.2.3