Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 968 Bytes

CREDITS.md

File metadata and controls

26 lines (15 loc) · 968 Bytes

Credits

This is a list of all the open source projects of which some code is used in KnockoutApp.

BackboneJS

BackboneJS was the main source of inspiration for this project.

KnockoutApp.Utils.extendClass is a slighty modified version of Backbone's extend helper.

Copyright (c) 2010-2012 Jeremy Ashkenas, DocumentCloud License: MIT, https://github.com/documentcloud/backbone/blob/master/LICENSE

UnderscoreJS

The code for KnockoutApp.Utils.unwrapValue was taken from UnderscoreJS's method result.

Copyright (c) 2009-2012 Jeremy Ashkenas, DocumentCloud License: MIT, https://github.com/documentcloud/underscore/blob/master/LICENSE

TodoMVC

TodoMVC's template, originally created by Sindre Sorhus is used in the example app.

Copyright (c) Addy Osmani & Sindre Sorhus MIT License