8
0

История коммитов

Автор SHA1 Сообщение Дата
  fredck 838076af1c Fixed error handling to throw Error instances instead of strings. 11 лет назад
  fredck 501f0a5429 Fixed Class.extend() with the "constructor" option. 11 лет назад
  fredck f46752212d Added test for not fire "change" for same attribute value. 11 лет назад
  fredck 608bd682e0 Removed event-bubbling features. 11 лет назад
  fredck bcac974d18 Added utils.isObject. 11 лет назад
  fredck e5830e49b1 Merge remote-tracking branch 'origin/master' into t/10 11 лет назад
  Frederico Caldeira Knabben fb8667164a Merge pull request #12 from cksource/t/11 11 лет назад
  Grzegorz Pabian b97b7a0d85 Changed the way that default property value was defined. 11 лет назад
  fredck 844b27c2d0 Added the possibility to pass the context to off(). 11 лет назад
  fredck 62e2f76652 Added a test to ensure that stopListening() doesn't get confused when non listened emitters are passed to it. 11 лет назад
  fredck 765807269a Added code comment to clarify what happens when EventInfo.off() is called. 11 лет назад
  fredck 3c71e352da Re-fixed comments in stopListening(). 11 лет назад
  fredck 5149b19cad Fixed the documentation for priority defaults. 11 лет назад
  fredck 4202b5db27 Fixed typos and descriptions of tests. 11 лет назад
  fredck 4ccb8391ae Moved the `stop()` check to the end of the callbacks look in `fire()` so other commands (like `save()`) get processed. 11 лет назад
  fredck 8e395c8634 Merge remote-tracking branch 'origin/master' into t/11 11 лет назад
  Piotrek Koszuliński 7381f733f0 Minor docs fixes. 11 лет назад
  Piotrek Koszuliński 53594b84c4 Minor fixes in comments. 11 лет назад
  Piotrek Koszuliński e8244ddb72 Minor code style and docs fixes. 11 лет назад
  Piotrek Koszuliński 92d6a7e092 Reversed search order for better performance with default priorities. 11 лет назад
  Piotrek Koszuliński 661e42c19f Named spies for the sake of debugging. 11 лет назад
  Piotrek Koszuliński 4559bcb7f4 Early return instead of braking a loop. 11 лет назад
  Piotrek Koszuliński f09b434543 Shouldn't JSCS catch this? 11 лет назад
  Piotrek Koszuliński 234c8042d8 Minor corrections in docs. 11 лет назад
  Grzegorz Pabian 11b1af353c Merge pull request #14 from cksource/t/7 11 лет назад
  fredck 4be8a0f5f9 Marked unreachable code coverage. 11 лет назад
  fredck 10f6c01bef Simplified docs for Lo-Dash stuff. 11 лет назад
  fredck af31a90c91 Removed the unnecessary utils._lodashIncludes private (this was a leftover from an old strategy for this feature). 11 лет назад
  Grzegorz Pabian 173f5df78b Replaced 'equals' with more explicit ones. 11 лет назад
  Grzegorz Pabian 58312556dd Minor typo fixes. 11 лет назад