Skip to content

Instantly share code, notes, and snippets.

enyo.kind({
name: "LoaderTest",
kind: enyo.TestSuite,
testSingleLoad: function() {
enyo.load("tests/loader1.js", enyo.bind(this,
function() {
if (window.LOADER_TEST === "loader1") {
this.finish();
}
else {