File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
Package: shiny
2
2
Type: Package
3
3
Title: Web Application Framework for R
4
- Version: 0.1.6
5
- Date: 2012-09-25
4
+ Version: 0.1.7
5
+ Date: 2012-10-24
6
6
Author: RStudio, Inc.
7
7
Maintainer: Joe Cheng <
[email protected] >
8
8
Description: Shiny makes it incredibly easy to build interactive web
Original file line number Diff line number Diff line change
1
+ shiny 0.1.7
2
+ --------------------------------------------------------------------------------
3
+
4
+ * Fix issue #26: Shiny.OutputBindings not correctly exported
5
+
6
+
1
7
shiny 0.1.6
2
8
--------------------------------------------------------------------------------
3
9
Original file line number Diff line number Diff line change 829
829
var outputBindings = exports . outputBindings = new BindingRegistry ( ) ;
830
830
831
831
832
- var OutputBinding = function ( ) { } ;
832
+ var OutputBinding = exports . OutputBinding = function ( ) { } ;
833
833
( function ( ) {
834
834
// Returns a jQuery object or element array that contains the
835
835
// descendants of scope that match this binding
You can’t perform that action at this time.
0 commit comments