remove unused behaviors folder

This commit is contained in:
Andrew
2015-03-22 17:03:08 -06:00
parent 18abfe004d
commit ae5db834cd
6 changed files with 15 additions and 141 deletions

View File

@ -15,6 +15,7 @@ var exampleReady = function() {
scripts.forEach(function(src) {
var script = document.createElement('script');
script.async = true;
script.onload = function() {
if (++loaded == scripts.length) exampleReady();
};