projects
/
kraken-ui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
50a101f
)
Fixes the vanished options.
author
dsc
<dsc@less.ly>
Wed, 29 Feb 2012 23:59:25 +0000 (15:59 -0800)
committer
dsc
<dsc@less.ly>
Wed, 29 Feb 2012 23:59:25 +0000 (15:59 -0800)
lib/base.co
patch
|
blob
|
history
lib/graph/graph-view.co
patch
|
blob
|
history
diff --git
a/lib/base.co
b/lib/base.co
index
3f96421
..
33fb3bf
100644
(file)
--- a/
lib/base.co
+++ b/
lib/base.co
@@
-97,9
+97,9
@@
BaseView = exports.BaseView = Backbone.View.extend do # {{{
_.bindAll this, ...@__bind__ if @__bind__.length
@__super__ = @constructor.__super__
- @build()
@model.view = this
@$el.data { @model, view:this }
+ @build()
@model.on 'change', @render, this
@model.on 'destroy', @remove, this
diff --git
a/lib/graph/graph-view.co
b/lib/graph/graph-view.co
index
3d87cb0
..
e3446d5
100644
(file)
--- a/
lib/graph/graph-view.co
+++ b/
lib/graph/graph-view.co
@@
-74,7
+74,7
@@
GraphOptionsScaffold = exports.GraphOptionsScaffold = Scaffold.extend do # {{{
render: ->
# console.log "#this.render() -> .isotope()"
- @__super__.render ...
+ # @__super__.render ...
return this unless @ready
@$el.find '.options.control-group' .isotope do
itemSelector : '.field.option'