diff options
| author | Misko Hevery | 2010-02-17 16:05:51 -0800 |
|---|---|---|
| committer | Misko Hevery | 2010-02-17 16:05:51 -0800 |
| commit | 060c18c796f59703193efcf61818684187091663 (patch) | |
| tree | 9d89bb5e589d59568f9aac8edfa64f41c926b934 /src/Widgets.js | |
| parent | 7e14dff90516a41ff1903cc44fe3389710f15556 (diff) | |
| parent | b561f6a0cc3e2e03c05925fbed3e06723f91b4b5 (diff) | |
| download | angular.js-060c18c796f59703193efcf61818684187091663.tar.bz2 | |
Merge branch 'master' of git://github.com/angular/angular.js
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; |
