提交歷史

作者 SHA1 備註 提交日期
  fredck 6572716205 Rename references from "Emitter" to "EmitterMixin". 10 年之前
  fredck 7a5f9e7bc5 Renamed emitter.js to emittermixin.js. 10 年之前
  fredck 0578bad7b1 Changed to.equals() to to.equal() in tests. 10 年之前
  Grzegorz Pabian e7b122d175 Merge pull request #19 from cksource/t/16 10 年之前
  fredck 6ad82a36cc Minor documentation changes. 11 年之前
  fredck 31b54e68e2 Removed an unused AMD reference. 11 年之前
  Grzegorz Pabian 879a63149b Minor fixes. 11 年之前
  fredck 97bec9f5a0 Introduced CKEDITOR.config and Editor.config. 11 年之前
  fredck 5cfe466200 Introduced the Config class. 11 年之前
  Piotrek Reinmar Koszuliński 2b634dc5f1 Merge pull request #13 from cksource/t/10 11 年之前
  Piotrek Koszuliński e537e4d61e Improved BasicClass.extend docs. 11 年之前
  fredck 4b27a21fea Added missing test for passing properties when creating model instances. 11 年之前
  fredck 97110340e9 Removed the possibility of passing and EventInfo instance to fire(). 11 年之前
  fredck 53f7172ef1 Introduced the BasicClass, moving extend() from utils. 11 年之前
  fredck 05c9a8941e Added documentation for events. 11 年之前
  fredck 91f0f06728 Moved the definition of Collection.length from the constructor to the prototype. 11 年之前
  fredck 2761716f1e Removed obsolete documentation. 11 年之前
  fredck 185a64392c Changes property to attribute in the docs. 11 年之前
  Grzegorz Pabian 8bec9730a1 Minor fixes in comments. 11 年之前
  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 年之前