Skip to content

Instantly share code, notes, and snippets.

@orlaqp
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save orlaqp/06f7fbac0bc75ebe2f0c to your computer and use it in GitHub Desktop.
Save orlaqp/06f7fbac0bc75ebe2f0c to your computer and use it in GitHub Desktop.
// VERSION 1
define("cloud-books/routes/application",
["ember","simple-auth/mixins/application-route-mixin","exports"],
function(__dependency1__, __dependency2__, __exports__) {
"use strict";
// app/routes/application.js
var Ember = __dependency1__["default"];
var ApplicationRouteMixin = __dependency2__["default"];
__exports__["default"] = Ember.Route.extend(ApplicationRouteMixin);
});
// VERSION 2
define("cloud-books/routes/application",
["ember","simple-auth/mixins/application-route-mixin","exports"],
function(__dependency1__, __dependency2__, __exports__) {
"use strict";
// Generated by EmberScript 0.0.14
var ApplicationRoute;
var get$ = Ember.get;
var set$ = Ember.set;
var Ember = __dependency1__["default"];
var ApplicationRouteMixin = __dependency2__["default"];
ApplicationRoute = Ember.Route.extend(ApplicationRouteMixin);
__exports__["default"] = ApplicationRoute;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment