Typo corrections, I avoided making changes to words that have regional spelling differences.

This commit is contained in:
steven mirecki
2016-09-03 09:16:54 -04:00
parent 7b84febfde
commit e751461194
46 changed files with 53 additions and 53 deletions

View File

@@ -94,7 +94,7 @@ define(
};
/**
* End a drag gesture. This should be callled when a drag
* End a drag gesture. This should be called when a drag
* concludes to trigger commit of changes.
*/
FixedDragHandle.prototype.endDrag = function () {

View File

@@ -152,7 +152,7 @@ define(
}
// Convert from { positions: ..., dimensions: ... } to an
// apropriate ng-style argument, to position frames.
// appropriate ng-style argument, to position frames.
LayoutController.prototype.convertPosition = function (raw) {
var gridSize = this.gridSize;
// Multiply position/dimensions by grid size