Kastor

Results 10 comments of Kastor

See Douglas Crockford's excellent information on JavaScript at https://crockford.com/javascript/ The page that is relevant to this issue is at https://crockford.com/javascript/private.html

So you're saying that the object methods are not part of the object definition? That doesn't make sense. At any rate `Function.prototype.bind` can bind any method to any context, so...

I'm pretty sure you are missing some pretty fundamental concepts about how JavaScript actually works. I've got to just step away from this conversation and leave you to continue your...

Cool, thanks :D Matthew KastorContact Info_Phone:_(616) 439-0091_Email:_ [email protected]_Google Profile:_ https://plus.google.com/100898583798552211130/posts*Blogger:* http://matthewkastor.blogspot.com/*Github:* https://github.com/matthewkastor?tab=repositories*CV:* http://careers.stackoverflow.com/matthewkastor Disclaimer This email and any files transmitted with it are confidential, privileged, and/or otherwise protected by work-product...

I tried it out. The white space option is working without surprises now but the themes are broken.

I'll try it but I don't know where it is.

I just cloned the repo and zipped it into an xpi. The themes and linter are working now. :D Is there a way to use ace templates in acebug?

``` function circularReferenceCheck(shadows) { // if any of the current objects to process exist in the queue // then throw an error. shadows.forEach(function (item) { if (item instanceof Object &&...

What should it do when taking an array and merging an object into it? Given two objects with a property named `arr` where the first is an array and the...

I am away from home right now and won't be back until Monday. I'll have to look into it then. What I'll try to do is follow the same convention...