marketplace.js: merge fix for WebTablet.js path

This commit is contained in:
Anthony J. Thibault 2016-08-24 16:26:53 -07:00
parent c2af948e25
commit c234f1b65d

View file

@ -9,7 +9,7 @@
//
/* global WebTablet */
Script.include("./libraries/WebTablet.js");
Script.include("../libraries/WebTablet.js");
var toolIconUrl = Script.resolvePath("../assets/images/tools/");