@ambers/contrib-legacy
Advanced tools
Comparing version 0.8.4 to 0.8.5
@@ -5,3 +5,3 @@ { | ||
"description": "Legacy IDE and a few other old non-core packages", | ||
"version": "0.8.4", | ||
"version": "0.8.5", | ||
"homepage": "https://lolg.it/amber/amber-contrib-legacy", | ||
@@ -31,3 +31,3 @@ "repository": { | ||
"dependencies": { | ||
"@ambers/contrib-web": ">=0.6.0", | ||
"@ambers/contrib-web": ">=0.7.1", | ||
"@ambers/lang": ">0.23.0", | ||
@@ -34,0 +34,0 @@ "codemirror": ">=5.44.0", |
@@ -184,3 +184,3 @@ define(["amber/boot", "require", "amber/web/Web"], function($boot,requirejs){"use strict"; | ||
//>>excludeEnd("ctx"); | ||
$recv($self._new())._appendToJQuery_("body"._asJQuery()); | ||
$recv($self._new())._appendToBrush_("body"._asBrush()); | ||
return self; | ||
@@ -193,7 +193,7 @@ //>>excludeStart("ctx", pragmas.excludeDebugContexts); | ||
args: [], | ||
source: "tryExample\x0a\x09\x22In order to play with the Counter, just select the\x0a\x09doit below and press the Do it button. Then take a\x0a\x09look in the HTML document above the IDE.\x22\x0a\x0a\x09\x22Counter tryExample\x22\x0a\x09\x09self new appendToJQuery: 'body' asJQuery", | ||
source: "tryExample\x0a\x09\x22In order to play with the Counter, just select the\x0a\x09doit below and press the Do it button. Then take a\x0a\x09look in the HTML document above the IDE.\x22\x0a\x0a\x09\x22Counter tryExample\x22\x0a\x09\x09self new appendToBrush: 'body' asBrush", | ||
referencedClasses: [], | ||
//>>excludeEnd("ide"); | ||
pragmas: [], | ||
messageSends: ["appendToJQuery:", "new", "asJQuery"] | ||
messageSends: ["appendToBrush:", "new", "asBrush"] | ||
}), | ||
@@ -200,0 +200,0 @@ $globals.Counter.a$cls); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
461269
Updated@ambers/contrib-web@>=0.7.1