Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Commit fa5c0cc

Browse files
committed
fix typo
1 parent b854389 commit fa5c0cc

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

build/datguivr.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/datguivr.map

+1-1
Large diffs are not rendered by default.

build/datguivr.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/datguivr/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,8 @@ const GUIVR = (function DATGUIVR(){
294294
const text = createText({
295295
textCreator, propertyName, object
296296
});
297-
controllers.push( label );
298-
return label;
297+
controllers.push( text );
298+
return text;
299299
}
300300

301301

0 commit comments

Comments
 (0)