aboutsummaryrefslogtreecommitdiffstats
path: root/src/Widgets.js
diff options
context:
space:
mode:
authorAdam Abrons2010-02-16 21:30:15 -0800
committerAdam Abrons2010-02-16 21:30:15 -0800
commitb561f6a0cc3e2e03c05925fbed3e06723f91b4b5 (patch)
tree04e914db4cdf8380ce1f773a4af8361317322a35 /src/Widgets.js
parent3f9a2ab9bdfcd12cb7df74b0d38cecf2ee4ac94a (diff)
downloadangular.js-b561f6a0cc3e2e03c05925fbed3e06723f91b4b5.tar.bz2
stop showing loading... text
Diffstat (limited to 'src/Widgets.js')
-rw-r--r--src/Widgets.js7
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;