can
Version:
MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.
8 lines (5 loc) • 311 B
JavaScript
// FIXME: this test assumes the existence of the global object "tests"
tests= typeof tests=="undefined" ? {} : tests;
define(["./readOnlyItemFileTestTemplates", "dojo/data/ItemFileReadStore"], function(){
tests.data.readOnlyItemFileTestTemplates.registerTestsForDatastore("dojo.data.ItemFileReadStore");
});