Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Commit

Permalink
new loader upgrade, first changes
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Jun 29, 2013
1 parent 9233231 commit 446b235
Show file tree
Hide file tree
Showing 4 changed files with 644 additions and 116 deletions.
2 changes: 1 addition & 1 deletion LICENSE-MIT
@@ -1,4 +1,4 @@
Copyright (c) 2012 Luke Hogan, Addy Osmani Copyright (c) 2013 Guy Bedford, Luke Hoban, Addy Osmani


Permission is hereby granted, free of charge, to any person Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation obtaining a copy of this software and associated documentation
Expand Down
10 changes: 3 additions & 7 deletions demo/js/test1.js
@@ -1,7 +1,3 @@
(function(){ export function tester() {
return{ console.log('hello!');
tester:function(){ }
console.log('hello!');
}
}
})();

0 comments on commit 446b235

Please sign in to comment.