You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by hs...@apache.org on 2012/11/01 22:10:10 UTC

svn commit: r1404766 - /shindig/trunk/features/src/main/javascript/features/container/service.js

Author: hsaputra
Date: Thu Nov  1 21:10:10 2012
New Revision: 1404766

URL: http://svn.apache.org/viewvc?rev=1404766&view=rev
Log:
Very small cleanup to remove extra newline (why? because its an eysore)

Modified:
    shindig/trunk/features/src/main/javascript/features/container/service.js

Modified: shindig/trunk/features/src/main/javascript/features/container/service.js
URL: http://svn.apache.org/viewvc/shindig/trunk/features/src/main/javascript/features/container/service.js?rev=1404766&r1=1404765&r2=1404766&view=diff
==============================================================================
--- shindig/trunk/features/src/main/javascript/features/container/service.js (original)
+++ shindig/trunk/features/src/main/javascript/features/container/service.js Thu Nov  1 21:10:10 2012
@@ -421,7 +421,6 @@ osapi.container.Service.prototype.getCou
       containerTokenTTL = 1800000 * 0.8, // 30 min default token ttl
       callbacks = [];
 
-
   function runCallbacks(callbacks, error) {
     while (callbacks.length) {
       callbacks.shift().call(null, error); // Window context