8
0

Commit Verlauf

Autor SHA1 Nachricht Datum
  Grzegorz Pabian 5d33739213 Minor typo fixes. vor 10 Jahren
  fredck 7040a19d1e Introduced the Editor class, CKEDITOR.create and CKEDITOR.instances. vor 10 Jahren
  Piotrek Reinmar Koszuliński 1b6836f0da Merge pull request #13 from cksource/t/10 vor 10 Jahren
  Piotrek Koszuliński 4b9557cd50 Improved BasicClass.extend docs. vor 10 Jahren
  fredck 7eea823c55 Added missing test for passing properties when creating model instances. vor 10 Jahren
  fredck 8045a560b1 Removed the possibility of passing and EventInfo instance to fire(). vor 10 Jahren
  fredck ca00390ec3 Introduced the BasicClass, moving extend() from utils. vor 10 Jahren
  fredck 91251704bf Added documentation for events. vor 10 Jahren
  fredck 6456cf64d4 Moved the definition of Collection.length from the constructor to the prototype. vor 10 Jahren
  fredck 83cad9fe15 Removed obsolete documentation. vor 10 Jahren
  fredck 959755feae Changes property to attribute in the docs. vor 10 Jahren
  Grzegorz Pabian 719eb8264a Minor fixes in comments. vor 10 Jahren
  fredck dbbc58c3ae Fixed error handling to throw Error instances instead of strings. vor 10 Jahren
  fredck 7ba2cac05d Fixed Class.extend() with the "constructor" option. vor 10 Jahren
  fredck f35c8b9137 Added test for Class.extend() with prototype and statics options. vor 10 Jahren
  fredck b14683f782 Added test for not fire "change" for same attribute value. vor 10 Jahren
  fredck 10c97c8b0e Removed event-bubbling features. vor 10 Jahren
  fredck 3acbfc4c5c Added utils.isObject. vor 10 Jahren
  fredck ebc71d68da Merge remote-tracking branch 'origin/master' into t/10 vor 10 Jahren
  Frederico Caldeira Knabben 778e3f475c Merge pull request #12 from cksource/t/11 vor 10 Jahren
  Grzegorz Pabian 18f2fd21bb Changed the way that default property value was defined. vor 10 Jahren
  fredck b593143fca Added the possibility to pass the context to off(). vor 10 Jahren
  fredck 6724ef77b2 Added a test to ensure that stopListening() doesn't get confused when non listened emitters are passed to it. vor 10 Jahren
  fredck 2ac6571da9 Added a test to ensure that spy.called is not true after spy creation. vor 10 Jahren
  fredck 846678020b Added code comment to clarify what happens when EventInfo.off() is called. vor 10 Jahren
  fredck 5d463df67c Re-fixed comments in stopListening(). vor 10 Jahren
  fredck e18a8604c5 Fixed the documentation for priority defaults. vor 10 Jahren
  fredck 8913243900 Fixed typos and descriptions of tests. vor 10 Jahren
  fredck 7a30d8b33f Moved the `stop()` check to the end of the callbacks look in `fire()` so other commands (like `save()`) get processed. vor 10 Jahren
  fredck 21017a25f1 Merge remote-tracking branch 'origin/master' into t/11 vor 10 Jahren