Skip to content

Commit

Permalink
Merge pull request #9446 from rtibbles/khaaaaaaaaaaaaaaaaaaaaan_utils
Browse files Browse the repository at this point in the history
Fix X-Axis display for perseus graphs
  • Loading branch information
marcellamaki authored May 18, 2022
2 parents ea5e0b8 + 270d748 commit 38b313a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
module.exports = {
debugLog() {},
localeToFixed(num, precision) {
return num.toFixed(precision);
},
};
1 change: 1 addition & 0 deletions kolibri/plugins/perseus_viewer/buildConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module.exports = {
// 'window.icu': 'KAGlobals/icu',
Exercises: 'KAGlobals/Exercises',
Khan: 'KAGlobals/Khan',
KhanUtil: 'KAGlobals/KhanUtil',
i18n: 'KAGlobals/i18n',
$_: 'KAGlobals/$_',
}),
Expand Down

0 comments on commit 38b313a

Please sign in to comment.