Created
August 4, 2014 19:59
-
-
Save mraleph/8defe4981651c9748d0c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function foo(x) { | |
function getCapacity(smth) { | |
} | |
this.x = function () { | |
getCapacity(yyy); | |
}; | |
return this; | |
} | |
new foo(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have