Skip to content

Commit

Permalink
fixed function
Browse files Browse the repository at this point in the history
  • Loading branch information
tehbarney86 authored Aug 4, 2023
1 parent 47f347a commit f9db048
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extensions/shreder95ua/resolution.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
(function(Scratch) {
'use strict';

class Resolution {
getInfo() {
return {
Expand Down Expand Up @@ -28,3 +31,4 @@ class Resolution {
}
}
Scratch.extensions.register(new Resolution());
}(Scratch));

0 comments on commit f9db048

Please sign in to comment.