mirror of
https://github.com/AndorsTrailRelease/andors-trail.git
synced 2026-01-02 09:36:15 +01:00
7 lines
117 B
JavaScript
7 lines
117 B
JavaScript
var ATEditor = (function(ATEditor) {
|
|
|
|
ATEditor.settings = ATEditor.settings || {};
|
|
|
|
return ATEditor;
|
|
})(ATEditor);
|