diff options
| author | Adam Abrons | 2010-02-16 21:30:15 -0800 |
|---|---|---|
| committer | Adam Abrons | 2010-02-16 21:30:15 -0800 |
| commit | b561f6a0cc3e2e03c05925fbed3e06723f91b4b5 (patch) | |
| tree | 04e914db4cdf8380ce1f773a4af8361317322a35 /src/Widgets.js | |
| parent | 3f9a2ab9bdfcd12cb7df74b0d38cecf2ee4ac94a (diff) | |
| download | angular.js-b561f6a0cc3e2e03c05925fbed3e06723f91b4b5.tar.bz2 | |
stop showing loading... text
Diffstat (limited to 'src/Widgets.js')
| -rw-r--r-- | src/Widgets.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Widgets.js b/src/Widgets.js index 71fcd110..13506a78 100644 --- a/src/Widgets.js +++ b/src/Widgets.js @@ -775,6 +775,13 @@ PopUp.prototype = { // Status ////////////////////////////////// +function NullStatus(body) { +}; + +NullStatus.prototype = { + beginRequest:function(){}, + endRequest:function(){} +}; function Status(body) { this.requestCount = 0; |
