Skip to content

Commit

Permalink
fix broken _generated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tonylukasavage committed Nov 15, 2013
1 parent 5645fc7 commit 81f248e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
function Controller() {
function __alloyId29() {
function __alloyId29(e) {
if (e && e.fromAdapter) return;
__alloyId29.opts || {};
var models = __alloyId28.models;
var len = models.length;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
function Controller() {
function __alloyId28() {
function __alloyId28(e) {
if (e && e.fromAdapter) return;
__alloyId28.opts || {};
var models = __alloyId27.models;
var len = models.length;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
function Controller() {
function __alloyId29() {
function __alloyId29(e) {
if (e && e.fromAdapter) return;
__alloyId29.opts || {};
var models = __alloyId28.models;
var len = models.length;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
function Controller() {
function __alloyId29() {
function __alloyId29(e) {
if (e && e.fromAdapter) return;
__alloyId29.opts || {};
var models = __alloyId28.models;
var len = models.length;
Expand Down

0 comments on commit 81f248e

Please sign in to comment.