vsn 0.1.57 → 0.1.58

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/demo/demo.html CHANGED
@@ -76,7 +76,6 @@
76
76
 
77
77
  <div>
78
78
  <textarea id="example-code" rows="10" cols="50"></textarea>
79
- <input type="text" id="example-input" value="hmm" />
80
79
  <div id="example-output" vsn-bind:@html="#example-code.@value"></div>
81
80
  </div>
82
81
 
@@ -98,7 +97,7 @@
98
97
  <button vsn-on:click="show = !show" vsn-set:show="false|boolean">Toggle</button>
99
98
  <span vsn-bind="show"></span>
100
99
 
101
- <a vsn-on:click="if(@text != @clicktext){@text=@clicktext}else{@text='Click Me'}" clicktext="Clicked!">Click Me</a>
100
+ <a id="click-test" vsn-on:click="if(@text != @clicktext){@text=@clicktext}else{@text='Click Me'}" clicktext="Clicked!">Click Me</a>
102
101
 
103
102
  <h2>? Operator</h2>
104
103
  <p>Add/remove class to list of elements on click.</p>