efront 4.4.11 → 4.4.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1105,7 +1105,7 @@ var createString = function (parsed) {
1105
1105
  result.push(tmp);
1106
1106
  if (/^\/\//.test(tmp)) lasttype = COMMENT;
1107
1107
  }
1108
- break;
1108
+ return;
1109
1109
  case SPACE:
1110
1110
  if (!autospace || keepspace || lasttype === COMMENT) {
1111
1111
  result.push(o.text);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "efront",
3
- "version": "4.4.11",
3
+ "version": "4.4.12",
4
4
  "description": "简化前端开发,优化web性能",
5
5
  "main": "public/efront.js",
6
6
  "directories": {