- Add new assert syntax.
- Fix Icons size issues.
This commit is contained in:
@@ -24,7 +24,7 @@ mindplot.ScreenManager = function(width, height, divElement)
|
||||
|
||||
mindplot.ScreenManager.prototype.setScale = function(scale)
|
||||
{
|
||||
core.assert($defined(scale), 'Screen scale can not be null');
|
||||
$assert($defined(scale), 'Screen scale can not be null');
|
||||
this._workspaceScale = scale;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user