Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Commit

Permalink
Added package.json, fixed linting, made the library execute in an ano…
Browse files Browse the repository at this point in the history
…nymous function
  • Loading branch information
janesconference committed Apr 28, 2013
1 parent a781cf2 commit 6940542
Show file tree
Hide file tree
Showing 7 changed files with 125 additions and 856 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2011 Cristiano Belloni, http://bitterspring.net/
Copyright (c) 2013 Cristiano Belloni, http://bitterspring.net/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 2 additions & 0 deletions amd.js
Expand Up @@ -9,3 +9,5 @@ else {
console.log ("KievII: setting window.K2 (no AMD)");
window.kievII = window.K2 = K2;
}

})();
2 changes: 2 additions & 0 deletions common.js
@@ -1,3 +1,5 @@
(function () {

/* The K2 element! */
var K2 = {};

Expand Down

0 comments on commit 6940542

Please sign in to comment.