Mercurial > pub > ImplabJs
diff src/implab/components/ConsoleLogChannel.js @ 1:93fb6c09f2e1
minor fixes
author | cin |
---|---|
date | Fri, 02 Jun 2017 18:15:22 +0300 |
parents | fc2517695ee1 |
children | 00779cb63b12 |
line wrap: on
line diff
--- a/src/implab/components/ConsoleLogChannel.js Thu Jun 01 13:20:03 2017 +0300 +++ b/src/implab/components/ConsoleLogChannel.js Fri Jun 02 18:15:22 2017 +0300 @@ -1,5 +1,5 @@ define( - [ "dojo/_base/declare", "./format" ], + [ "dojo/_base/declare", "../text/format" ], function(declare, format) { return declare( null,