Skip to content

Commit

Permalink
Hotfix for class name binding
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan Graham Walker committed Apr 27, 2015
1 parent b6c908c commit 66fe5f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-easy-form-extensions",
"version": "0.2.9",
"version": "0.2.10",
"description": "Extends Ember EasyForm into the view and controller layers of your Ember CLI app to provide easy event and action handling using mixins and components.",
"directories": {
"doc": "doc",
Expand Down
2 changes: 1 addition & 1 deletion vendor/ember-easy-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ Ember.Handlebars.registerHelper('submit', function(value, options) {

(function() {
Ember.EasyForm.BaseView = Ember.View.extend({
classNameBindings: ['property'],
// classNameBindings: ['property'],
wrapper: function() {
var wrapperView = this.nearestWithProperty('wrapper');
if (wrapperView) {
Expand Down

0 comments on commit 66fe5f6

Please sign in to comment.