wnpc
Version:
This README outlines the details of collaborating on this Ember application.
27 lines (21 loc) • 326 B
JavaScript
(function() {
/* global define, Ember */
define('ember', [], function() {
"use strict";
return {
'default': Ember
};
});
define('ember-data', [], function() {
"use strict";
return {
'default': DS
};
});
})();
define('jquery', [], function() {
"use strict";
return {
'default': jQuery
};
});