File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3874,12 +3874,12 @@ selector: "codeSnippet",
3874
3874
protocol : 'accessing' ,
3875
3875
fn : function ( ) {
3876
3876
var self = this ;
3877
- return "var counter = window.smalltalk.Counter._new();\x0acounter._appendToJQuery_($ ('#jsToSmalltalk'));" ;
3877
+ return "var counter = window.smalltalk.Counter._new();\x0acounter._appendToJQuery_(jQuery ('#jsToSmalltalk'));" ;
3878
3878
3879
3879
} ,
3880
3880
//>>excludeStart("ide", pragmas.excludeIdeData);
3881
3881
args : [ ] ,
3882
- source : "codeSnippet\x0a\x09^\x0a'var counter = window.smalltalk.Counter._new();\x0acounter._appendToJQuery_($ (''#jsToSmalltalk''));'." ,
3882
+ source : "codeSnippet\x0a\x09^\x0a'var counter = window.smalltalk.Counter._new();\x0acounter._appendToJQuery_(jQuery (''#jsToSmalltalk''));'." ,
3883
3883
referencedClasses : [ ] ,
3884
3884
//>>excludeEnd("ide");
3885
3885
messageSends : [ ]
Original file line number Diff line number Diff line change @@ -1756,7 +1756,7 @@ FOSDEMSlide subclass: #FOSDEMJSToSmalltalk
1756
1756
codeSnippet
1757
1757
^
1758
1758
'var counter = window.smalltalk.Counter._new();
1759
- counter._appendToJQuery_($ (''#jsToSmalltalk''));'.
1759
+ counter._appendToJQuery_(jQuery (''#jsToSmalltalk''));'.
1760
1760
!
1761
1761
1762
1762
cssClass
You can’t perform that action at this time.
0 commit comments