Skip to content

Commit

Permalink
fix(config): fix the warning when using old syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtajina committed Jun 16, 2013
1 parent 279bcab commit 5e55d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ var KarmaDsl = function(config) {

['ANGULAR_SCENARIO', 'ANGULAR_SCENARIO_ADAPTER'].forEach(function(name) {
Object.defineProperty(global, name, {get: function() {
log.warn(CONST_ERR, name, 'requirejs');
log.warn(CONST_ERR, name, 'ng-scenario');
}});
});

Expand Down

0 comments on commit 5e55d79

Please sign in to comment.