[Code Style] Run gulp fixstyle

...to apply code style settings from #142.
This commit is contained in:
Victor Woeltjen
2016-05-19 11:29:13 -07:00
parent f12b9704d9
commit fa77139077
440 changed files with 1885 additions and 1662 deletions

View File

@@ -27,9 +27,9 @@ define(
["../../src/gestures/GestureProvider"],
function (GestureProvider) {
var JQLITE_FUNCTIONS = [ "on", "off", "attr", "removeAttr" ],
var JQLITE_FUNCTIONS = ["on", "off", "attr", "removeAttr"],
GESTURE_KEYS = ["a", "b", "c", "d", "e"],
DOMAIN_OBJECT_METHODS = [ "getId", "getModel", "getCapability", "hasCapability", "useCapability"];
DOMAIN_OBJECT_METHODS = ["getId", "getModel", "getCapability", "hasCapability", "useCapability"];
describe("The gesture provider", function () {
var mockGestures,
@@ -86,4 +86,4 @@ define(
});
});
}
);
);