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


Reply via email to