Explorar el Código

Merge remote-tracking branch 'upstream/master' into requirejs

Conflicts:
	support/boot.js
Herbert Vojčík hace 10 años
padre
commit
c7b30e3ea2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      support/boot.js

+ 1 - 1
support/boot.js

@@ -36,7 +36,7 @@
 
 define("amber_vm/boot", [ './browser-compatibility' ], function () {
 
-/* Array extensions */
+/* Reconfigurable micro composition system, https://github.com/amber-smalltalk/brikz */
 
 function Brikz(api, apiKey, initKey) {
 	var brikz = this, backup = {};