Skip to content

Commit 6283a9f

Browse files
authored
Merge pull request #17 from easycoder/dev
Use CDN
2 parents db173b4 + 0ffaf17 commit 6283a9f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+7662
-8258
lines changed

easycoder/easycoder-min.js

Lines changed: 217 additions & 115 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

easycoder/easycoder.js

Lines changed: 7256 additions & 3324 deletions
Large diffs are not rendered by default.

easycoder/easycoder.zip

-242 KB
Binary file not shown.

easycoder/plugins.js

Lines changed: 0 additions & 126 deletions
This file was deleted.

easycoder/plugins/anagrams.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,7 @@ const EasyCoder_Anagrams = {
4040

4141
compile: () => {}
4242
}
43-
};
43+
};
44+
45+
// eslint-disable-next-line no-unused-vars
46+
EasyCoder.domain.anagrams = EasyCoder_Anagrams;

easycoder/plugins/aws.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,4 +228,7 @@ const EasyCoder_AWS = {
228228

229229
test: () => {}
230230
}
231-
};
231+
};
232+
233+
// eslint-disable-next-line no-unused-vars
234+
EasyCoder.domain.aws = EasyCoder_AWS;

0 commit comments

Comments
 (0)