8
0

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

Автор SHA1 Сообщение Дата
  fredck 10c97c8b0e Removed event-bubbling features. 11 лет назад
  fredck 3acbfc4c5c Added utils.isObject. 11 лет назад
  fredck ebc71d68da Merge remote-tracking branch 'origin/master' into t/10 11 лет назад
  Frederico Caldeira Knabben 778e3f475c Merge pull request #12 from cksource/t/11 11 лет назад
  Grzegorz Pabian 18f2fd21bb Changed the way that default property value was defined. 11 лет назад
  fredck b593143fca Added the possibility to pass the context to off(). 11 лет назад
  fredck 6724ef77b2 Added a test to ensure that stopListening() doesn't get confused when non listened emitters are passed to it. 11 лет назад
  fredck 2ac6571da9 Added a test to ensure that spy.called is not true after spy creation. 11 лет назад
  fredck 846678020b Added code comment to clarify what happens when EventInfo.off() is called. 11 лет назад
  fredck 5d463df67c Re-fixed comments in stopListening(). 11 лет назад
  fredck e18a8604c5 Fixed the documentation for priority defaults. 11 лет назад
  fredck 8913243900 Fixed typos and descriptions of tests. 11 лет назад
  fredck 7a30d8b33f Moved the `stop()` check to the end of the callbacks look in `fire()` so other commands (like `save()`) get processed. 11 лет назад
  fredck 21017a25f1 Merge remote-tracking branch 'origin/master' into t/11 11 лет назад
  Piotrek Koszuliński 48e92275b7 Minor docs fixes. 11 лет назад
  Piotrek Koszuliński 3d9b0bcdad Minor fixes in comments. 11 лет назад
  Piotrek Koszuliński a39bd0a9f4 Minor code style and docs fixes. 11 лет назад
  Piotrek Koszuliński 2537d50a8b Reversed search order for better performance with default priorities. 11 лет назад
  Piotrek Koszuliński 1ab6a7591b Named spies for the sake of debugging. 11 лет назад
  Piotrek Koszuliński 614bf30ecd Early return instead of braking a loop. 11 лет назад
  Piotrek Koszuliński e4b45e1fa7 Shouldn't JSCS catch this? 11 лет назад
  Piotrek Koszuliński 9a61927d93 Minor corrections in docs. 11 лет назад
  Grzegorz Pabian 4871346420 Merge pull request #14 from cksource/t/7 11 лет назад
  fredck 3590b6581d Marked unreachable code coverage. 11 лет назад
  fredck 5341491aa5 Added test to ensure that the required Lo-Dash methods are available in `utils`. 11 лет назад
  fredck 1114dd3f65 Simplified docs for Lo-Dash stuff. 11 лет назад
  fredck b952c7225b Removed the unnecessary utils._lodashIncludes private (this was a leftover from an old strategy for this feature). 11 лет назад
  fredck a6f00b3990 Removed tests for Lo-Dash features. 11 лет назад
  Grzegorz Pabian 369dcd0d21 Replaced 'equals' with more explicit ones. 11 лет назад
  Grzegorz Pabian 415c1af6d0 Minor typo fixes. 11 лет назад