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

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yulius-fxpal committed Nov 17, 2017
1 parent b854389 commit fa5c0cc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build/datguivr.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/datguivr.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/datguivr.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions modules/datguivr/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,8 @@ const GUIVR = (function DATGUIVR(){
const text = createText({
textCreator, propertyName, object
});
controllers.push( label );
return label;
controllers.push( text );
return text;
}


Expand Down

0 comments on commit fa5c0cc

Please sign in to comment.