Caleb Porzio 5 lat temu
rodzic
commit
71b8f775e7
3 zmienionych plików z 1 dodań i 1 usunięć
  1. 0 0
      dist/alpine.js
  2. 0 0
      dist/alpine.js.map
  3. 1 1
      src/component.js

Plik diff jest za duży
+ 0 - 0
dist/alpine.js


Plik diff jest za duży
+ 0 - 0
dist/alpine.js.map


+ 1 - 1
src/component.js

@@ -36,7 +36,7 @@ export default class Component {
         this.collectingTickCallbacks = false
 
         if (initExpression) {
-            console.warn('AlpineJS Warning: "x-init" is depcricated and will be removed in the next major version. Use "x-created" instead.')
+            console.warn('AlpineJS Warning: "x-init" is depricated and will be removed in the next major version. Use "x-created" instead.')
             this.pauseReactivity = true
             saferEvalNoReturn(this.$el.getAttribute('x-init'), this.$data)
             this.pauseReactivity = false

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików