Skip to content

Commit a5906f0

Browse files
committed
Rename function
1 parent 5dca654 commit a5906f0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/wizard/wizard-buttons.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(function () {
22
'use strict';
3-
function wizardButtonDirective (action) {
3+
function pfWizardButtonDirective (action) {
44
angular.module('patternfly.wizard')
55
.directive(action, function () {
66
return {
@@ -23,9 +23,9 @@
2323
});
2424
}
2525

26-
wizardButtonDirective('pfWizNext');
27-
wizardButtonDirective('pfWizPrevious');
28-
wizardButtonDirective('pfWizFinish');
29-
wizardButtonDirective('pfWizCancel');
30-
wizardButtonDirective('pfWizReset');
26+
pfWizardButtonDirective('pfWizNext');
27+
pfWizardButtonDirective('pfWizPrevious');
28+
pfWizardButtonDirective('pfWizFinish');
29+
pfWizardButtonDirective('pfWizCancel');
30+
pfWizardButtonDirective('pfWizReset');
3131
})();

0 commit comments

Comments
 (0)