summaryrefslogtreecommitdiff
path: root/web-ui/app/js/page/pane_contract_expand.js
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/js/page/pane_contract_expand.js')
-rw-r--r--web-ui/app/js/page/pane_contract_expand.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/js/page/pane_contract_expand.js b/web-ui/app/js/page/pane_contract_expand.js
index aee8c44f..9bb435c4 100644
--- a/web-ui/app/js/page/pane_contract_expand.js
+++ b/web-ui/app/js/page/pane_contract_expand.js
@@ -14,9 +14,9 @@
* You should have received a copy of the GNU Affero General Public License
* along with Pixelated. If not, see <http://www.gnu.org/licenses/>.
*/
-'use strict';
define(['flight/lib/component', 'page/events'], function (describeComponent, events) {
+ 'use strict';
return describeComponent(paneContractExpand);