Skip to content

Commit

Permalink
remove trailing comma, refs #17759
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiaslundberg authored and wkeese committed Dec 10, 2014
1 parent 40b9aad commit 0cb6443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/ResizeHandle.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
define(["dojo/_base/kernel","dojo/_base/lang","dojo/_base/connect","dojo/_base/array","dojo/_base/event",
"dojo/_base/fx","dojo/_base/window","dojo/fx","dojo/dom","dojo/dom-class",
"dojo/dom-geometry","dojo/dom-style","dojo/_base/declare", "dojo/touch",
"dijit/_base/manager","dijit/_Widget","dijit/_TemplatedMixin",
"dijit/_base/manager","dijit/_Widget","dijit/_TemplatedMixin"
], function (
kernel, lang, connect, arrayUtil, eventUtil, fxBase, windowBase, fxUtil,
domUtil, domClass, domGeometry, domStyle, declare, touch, manager, Widget, TemplatedMixin) {
Expand Down

0 comments on commit 0cb6443

Please sign in to comment.