Skip to content

Commit

Permalink
license text
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Gebhardt committed May 3, 2011
1 parent ea3747c commit 956bcdb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion jquery.mobile.actionsheet.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*!
* jquery.mobile.actionsheet v1
*
* Copyright (c) 2011 Stefan Gebhardt and Tobias Seelinger
* Dual licensed under the MIT and GPL licenses.
*
* Date: 2011-05-03 17:11:00 (Tue, 3 May 2011)
* Revision: 1
*/
(function($,window,undefined){
$.widget("mobile.actionsheet",$.mobile.widget,{
wallpaper: undefined,
Expand Down Expand Up @@ -77,4 +86,4 @@
});
});

}) (jQuery,this)
}) (jQuery,this)

0 comments on commit 956bcdb

Please sign in to comment.