leafer-game 1.3.0 → 1.3.1
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.
- package/dist/web.js +2 -1
- package/dist/web.min.js +1 -1
- package/dist/web.module.js +2 -1
- package/dist/web.module.min.js +1 -1
- package/package.json +10 -10
package/dist/web.js
CHANGED
|
@@ -6010,7 +6010,7 @@ var LeaferUI = (function (exports) {
|
|
|
6010
6010
|
}
|
|
6011
6011
|
}
|
|
6012
6012
|
|
|
6013
|
-
const version = "1.3.
|
|
6013
|
+
const version = "1.3.1";
|
|
6014
6014
|
|
|
6015
6015
|
const debug$5 = Debug.get('LeaferCanvas');
|
|
6016
6016
|
class LeaferCanvas extends LeaferCanvasBase {
|
|
@@ -13899,6 +13899,7 @@ var LeaferUI = (function (exports) {
|
|
|
13899
13899
|
return getSelector(this).getBy(condition, this, true, options);
|
|
13900
13900
|
};
|
|
13901
13901
|
|
|
13902
|
+
Plugin.add('find');
|
|
13902
13903
|
Creator.finder = function (target) {
|
|
13903
13904
|
return new Finder(target);
|
|
13904
13905
|
};
|