Change amd to cjs path in ES6 modules

This commit is contained in:
Yury Delendik 2017-04-14 10:32:36 -05:00
parent 74b31ab18f
commit 8e681ce3e2
27 changed files with 82 additions and 82 deletions

View file

@ -13,8 +13,8 @@
* limitations under the License.
*/
import { FindStates } from 'pdfjs-web/pdf_find_controller';
import { mozL10n } from 'pdfjs-web/ui_utils';
import { FindStates } from './pdf_find_controller';
import { mozL10n } from './ui_utils';
/**
* Creates a "search bar" given a set of DOM elements that act as controls