KasperTidemann / ember-contenteditable-view

A view for Ember.js that is able to create and handle <div>s that have contenteditable set to true.
45 stars 7 forks source link

Fixes a typo and squashes an XSS vulnerability #9

Closed tosbourn closed 10 years ago

tosbourn commented 10 years ago

This two line change pull request fixes a small typo with one of the methods (alueObserver becomes valueObserver) and fixes an potential XSS vulnerability by using by using Handlebars to escape any output.