Skip to content

Commit

Permalink
Merge branch 'release/5.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Lüth authored and Dirk Lüth committed Feb 19, 2018
2 parents 3a25692 + 43fe862 commit 6cfd13a
Show file tree
Hide file tree
Showing 56 changed files with 4,592 additions and 7,547 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions extras/plugin/lzstring.js → addon/plugin/lzstring.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

function definition(path, iterate, isObject, isTypeOf) {
var pattern = [ { pattern: path, weight: path.length, state: false }],
storage = {};
storage = {};

demand
.on('postConfigure:' + path, function(options) {
Expand Down Expand Up @@ -55,4 +55,4 @@
}

provide([ 'path', '/demand/function/iterate', '/demand/validator/isObject', '/demand/validator/isTypeOf' ], definition);
}(this));
}(this));
File renamed without changes.
31 changes: 0 additions & 31 deletions demo/app/component/example.html

This file was deleted.

125 changes: 0 additions & 125 deletions demo/app/css/default.css

This file was deleted.

1 change: 0 additions & 1 deletion demo/app/html/dummy.html

This file was deleted.

Loading

0 comments on commit 6cfd13a

Please sign in to comment.