mirror of
https://github.com/moodle/moodle.git
synced 2025-06-04 23:25:35 +02:00
1 line
174 B
JavaScript
1 line
174 B
JavaScript
define(["core/config","core/storagewrapper"],function(a,b){var c=new b(window.sessionStorage);return{get:function(a){return c.get(a)},set:function(a,b){return c.set(a,b)}}}); |