Skip to content

Commit a85186f

Browse files
Merge pull request #70 from erundle/master
Fixes #68: Removing c3 from function definition
2 parents 90e5866 + f1cdba6 commit a85186f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dist/angular-patternfly.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ angular.module('patternfly.card').directive('pfCard', function () {
421421
</file>
422422
</example>
423423
*/
424-
(function (c3) {
424+
(function () {
425425
'use strict';
426426

427427
angular.module('patternfly.charts').directive('pfC3Chart', ["$timeout", function ($timeout) {
@@ -444,7 +444,7 @@ angular.module('patternfly.card').directive('pfCard', function () {
444444
}
445445
};
446446
}]);
447-
}(c3));
447+
}());
448448
;/**
449449
* @ngdoc directive
450450
* @name patternfly.charts.directive:pfDonutPctChart

0 commit comments

Comments
 (0)