Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Commit

Permalink
AUI-1045 Source formatting (grunt format)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardolundgren authored and Jonathan Mak committed Jan 9, 2014
1 parent 097e4f4 commit 5edb3c4
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions src/aui-scheduler/tests/unit/js/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,14 @@ YUI.add('module-tests', function(Y) {
}
];

scheduler = new Y.Scheduler(
{
activeView: weekView,
boundingBox: '#myScheduler',
date: new Date(2013, 11, 4),
items: events,
render: true,
views: [weekView]
}
);
scheduler = new Y.Scheduler({
activeView: weekView,
boundingBox: '#myScheduler',
date: new Date(2013, 11, 4),
items: events,
render: true,
views: [weekView]
});

suite.add(new Y.Test.Case({
name: 'Automated Tests',
Expand Down

0 comments on commit 5edb3c4

Please sign in to comment.