mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-21 01:53:26 +00:00
Change norm of core/state
This commit is contained in:
@@ -6,7 +6,7 @@ define([
|
||||
], function(_, $, storage, state) {
|
||||
// Get current level
|
||||
var getCurrentLevel = function() {
|
||||
return state().level;
|
||||
return state.level;
|
||||
};
|
||||
|
||||
// Return all levels
|
||||
|
||||
Reference in New Issue
Block a user