This is just some static backup of the original site, don't expect every link to work!

Ignore:
Timestamp:
Nov 3, 2014, 12:35:40 PM (8 years ago)
Author:
rene <rene@…>
Branches:
ng_0.9
Children:
7204cb
Parents:
3c9c29
Message:

code formatting (no code changes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/vI_nameSpaceWrapper.js

    r3c9c29 r509348  
    1313virtualIdentityExtension.Log.debug("init vI_overlayNameSpaceWrapper " + virtualIdentityExtension.initTime);
    1414
    15 (function() { this.ns = function(fn) { fn.apply({}); };  }).apply(virtualIdentityExtension);
     15(function () {
     16  this.ns = function (fn) {
     17    fn.apply({});
     18  };
     19}).apply(virtualIdentityExtension);
    1620
    1721virtualIdentityExtension.LIB = {
    18     // Shared APIs
    19     getCurrentURI: function() {
    20       virtualIdentityExtension.Log.debug("getCurrentURI " + window.location.href);
    21       return window.location.href;
    22     },
     22  // Shared APIs
     23  getCurrentURI: function () {
     24    virtualIdentityExtension.Log.debug("getCurrentURI " + window.location.href);
     25    return window.location.href;
     26  },
    2327
    24     // Extension singleton shortcut
    25     vI: virtualIdentityExtension
     28  // Extension singleton shortcut
     29  vI: virtualIdentityExtension
    2630};
Note: See TracChangeset for help on using the changeset viewer.