Commit History

Author SHA1 Message Date
  fredck 3100fdbafd Moved the definition of Collection.length from the constructor to the prototype. 11 years ago
  fredck 99aa8fc574 Removed obsolete documentation. 11 years ago
  fredck 047284780f Changes property to attribute in the docs. 11 years ago
  Grzegorz Pabian d7ac292921 Minor fixes in comments. 11 years ago
  fredck a2b3aba380 Fixed error handling to throw Error instances instead of strings. 11 years ago
  fredck ce97cb5b36 Fixed Class.extend() with the "constructor" option. 11 years ago
  fredck 9cccfd6a22 Added test for Class.extend() with prototype and statics options. 11 years ago
  fredck 118b1b41ba Added test for not fire "change" for same attribute value. 11 years ago
  fredck 0469c32343 Removed event-bubbling features. 11 years ago
  fredck 28dd948230 Added utils.isObject. 11 years ago
  fredck 61af827152 Merge remote-tracking branch 'origin/master' into t/10 11 years ago
  Frederico Caldeira Knabben 0fca1d4c0c Merge pull request #12 from cksource/t/11 11 years ago
  Grzegorz Pabian a7bd98c79a Changed the way that default property value was defined. 11 years ago
  fredck 993a5c8a16 Added the possibility to pass the context to off(). 11 years ago
  fredck 4b09c04688 Added a test to ensure that stopListening() doesn't get confused when non listened emitters are passed to it. 11 years ago
  fredck d41821cd25 Added a test to ensure that spy.called is not true after spy creation. 11 years ago
  fredck 826ac59545 Added code comment to clarify what happens when EventInfo.off() is called. 11 years ago
  fredck 3d56547085 Re-fixed comments in stopListening(). 11 years ago
  fredck c2f303ef42 Fixed the documentation for priority defaults. 11 years ago
  fredck 9bfbecc677 Fixed typos and descriptions of tests. 11 years ago
  fredck d94d74237c Moved the `stop()` check to the end of the callbacks look in `fire()` so other commands (like `save()`) get processed. 11 years ago
  fredck fa4924f251 Merge remote-tracking branch 'origin/master' into t/11 11 years ago
  Piotrek Koszuliński 43e4a715e4 Minor docs fixes. 11 years ago
  Piotrek Koszuliński 3f84cf3826 Minor fixes in comments. 11 years ago
  Piotrek Koszuliński 76b7e17067 Minor code style and docs fixes. 11 years ago
  Piotrek Koszuliński f6c97807b1 Reversed search order for better performance with default priorities. 11 years ago
  Piotrek Koszuliński 17de872864 Named spies for the sake of debugging. 11 years ago
  Piotrek Koszuliński 323ce30550 Early return instead of braking a loop. 11 years ago
  Piotrek Koszuliński 5d81743a75 Shouldn't JSCS catch this? 11 years ago
  Piotrek Koszuliński 960e999ed9 Minor corrections in docs. 11 years ago