Skip to content

Commit 337c51d

Browse files
committed
Don't rely on plugins returning 'this'
1 parent 1c81804 commit 337c51d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/bQuery.coffee

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ class bqView
2828
@_properties.push { name: p, value: v }
2929
@
3030

31-
use: (p) -> p(@, @view)
31+
use: (p) ->
32+
p(@, @view)
33+
@
3234

3335
view: -> @_view
3436

0 commit comments

Comments
 (0)