Gil Lopes Bueno

Results 56 comments of Gil Lopes Bueno

can you make a pull request?

@Maluen I would appreciate that. Thank you

Yeah, I will check it later. I am so busy these times too hahahaha. There is a few things I want to change in this and other projects but a...

Sorry, I dont get your issue. I think this is working: http://jsfiddle.net/WDgye/

Hi, I understand your concern but the best I can do is check if it is a jQuery Object and throw an specific exception telling that you should observe only...

A good idea is to create another project: a jQuery plugin to adapt jQuery objects to Watch.JS

I think now you are asking too much HAHAHA I dont know if we could watch an array directly, I will think about it, analyse the code and let you...

You are right, but we implement WatchJS using getters and setters, I think you could ``` javascript console.log(JSON.stringify(obj)); ``` I know it is not ideal, but...

hmm I've tested here and I am having the same error. But it is strange the line 64 have only } catch (e) { so, I dont know yet how...

This method is from Ecmascript 6? I think you have a good point and we could check if the browser have it.