diff options
Diffstat (limited to 'vimiumFrontend.js')
| -rw-r--r-- | vimiumFrontend.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/vimiumFrontend.js b/vimiumFrontend.js index 0a194d2e..4ff2684a 100644 --- a/vimiumFrontend.js +++ b/vimiumFrontend.js @@ -109,8 +109,10 @@ function initializePreDomReady() { sendResponse({}); // Free up the resources used by this open connection. }); - // takes a dot-notation object string and call the function - // that it points to with the correct value for 'this'. + /* + * Takes a dot-notation object string and call the function + * that it points to with the correct value for 'this'. + */ function invokeCommandString(str, argArray) { var components = str.split('.'); var obj = this; |
