Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
fehmi committed Mar 4, 2024
1 parent e58ff6e commit b88c9aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion simply.js
Original file line number Diff line number Diff line change
Expand Up @@ -709,8 +709,8 @@ simply = {
console.log("daha önce register edilmemiş");
class simplyComponent extends HTMLElement {
constructor() {
super();
console.log("bunu patlatıyor", script, name);
super();
let sfcClass = eval(simply.runGetsReturnClass(script, name));
console.log("stdClass", sfcClass);
this.sfcClass = sfcClass ? sfcClass : {};
Expand Down
2 changes: 1 addition & 1 deletion simply.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion simply.min.js.map

Large diffs are not rendered by default.

0 comments on commit b88c9aa

Please sign in to comment.