Added License note

This commit is contained in:
Oliver Sartun 2013-05-28 16:46:03 +02:00
parent a21cf13dd8
commit 0987209695

View File

@ -1,3 +1,12 @@
/*!
* Backbone.Undo.js v0.1
*
* Copyright (c)2013 Oliver Sartun
* Released under the MIT License
*
* Documentation and full license available at
* https://github.com/Bloli/Backbone.Undo.js
*/
(function (win, doc, $, _, Backbone, undefined) {
function apply (fn, ctx, args) {