Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bleh, another fix for the unit test
  • Loading branch information
Duc Tri Le committed Mar 17, 2011
1 parent 83d6f00 commit 637b767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cases/layer.js
Expand Up @@ -35,7 +35,7 @@ YUITest.TestCases.LayerJS = {

var layer = new $C.LayerJS({
url: '/tests/mootools-plus/responses.php?session_key=layerjs_fetch_url',
template: '<div class="layer_content"></div>',
template: '<div class="layer-content"></div>',
onFinishFetching: function(widget, chain) {
this.resume(function() {
$Y.Assert.areSame(
Expand Down

0 comments on commit 637b767

Please sign in to comment.