Skip to content

Commit a557a23

Browse files
Release v1.3.0
1 parent 9bb8aee commit a557a23

File tree

6 files changed

+995
-900
lines changed

6 files changed

+995
-900
lines changed

dist/dwa.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! dwa v1.2.9 (c) 2017 Aleksandr Rogov */
1+
/*! dwa v1.3.0 (c) 2017 Aleksandr Rogov */
22
(function webpackUniversalModuleDefinition(root, factory) {
33
if(typeof exports === 'object' && typeof module === 'object')
44
module.exports = factory();
@@ -17,9 +17,9 @@ return /******/ (function(modules) { // webpackBootstrap
1717
/******/ function __webpack_require__(moduleId) {
1818
/******/
1919
/******/ // Check if module is in cache
20-
/******/ if(installedModules[moduleId])
20+
/******/ if(installedModules[moduleId]) {
2121
/******/ return installedModules[moduleId].exports;
22-
/******/
22+
/******/ }
2323
/******/ // Create a new module (and put it into the cache)
2424
/******/ var module = installedModules[moduleId] = {
2525
/******/ i: moduleId,

0 commit comments

Comments
 (0)