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

Commit

Permalink
AUI-1641 Source formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mairatma authored and Jonathan Mak committed Sep 10, 2014
1 parent c0e0e9a commit e418bff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/aui-scheduler/tests/unit/js/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,12 @@ YUI.add('module-tests', function(Y) {
},

'events in the scheduler view should respond to the click event': function() {
var recorder;

this._createScheduler();
this._scheduler.set('disabled', true);

var recorder = this._scheduler.get('eventRecorder');
recorder = this._scheduler.get('eventRecorder');

Y.one('button.scheduler-base-view-month').simulate('click');
Y.one('.scheduler-event').simulate('click');
Expand All @@ -82,4 +84,4 @@ YUI.add('module-tests', function(Y) {

}, '', {
requires: ['node-event-simulate', 'test', 'aui-scheduler']
});
});

0 comments on commit e418bff

Please sign in to comment.