mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
remove unused behaviors folder
This commit is contained in:
@ -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();
|
||||
};
|
||||
|
Reference in New Issue
Block a user