prototype.exe 0.0.6 → 0.0.8
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/package.json +1 -1
- package/src/prototype.js +2 -3
package/package.json
CHANGED
package/src/prototype.js
CHANGED
|
@@ -1632,11 +1632,11 @@ Function.element.hide = function (element) { return $ (element).removeClass ("fl
|
|
|
1632
1632
|
*/
|
|
1633
1633
|
|
|
1634
1634
|
Symbol.export = {
|
|
1635
|
-
define: Object.define, un_define: Object.un_define, un_set: Object.un_set,
|
|
1635
|
+
define: Object.define, un_define: Object.un_define, un_set: Object.un_set, is: Object.is, type: Object.type, type_of: Object.type_of,
|
|
1636
1636
|
object: Object, array: Array, string: String, number: Number, function: Function,
|
|
1637
1637
|
date: Date, time: Date.time, timeout: Date.timeout, datetime: new Date.io,
|
|
1638
1638
|
event: Event, promise: Promise, resolve: function () { return Promise.resolve (... arguments); }, reject: function () { return Promise.reject (... arguments); },
|
|
1639
|
-
url: URL, path: Function.path, file: Function.file, dir: Function.dir, http: Function.http,
|
|
1639
|
+
url: URL, parse_url: URL.parse, path: Function.path, file: Function.file, dir: Function.dir, http: Function.http,
|
|
1640
1640
|
db: Function.db, database: Function.database,
|
|
1641
1641
|
cookie: Function.cookie, session: Function.session, ls: Function.ls,
|
|
1642
1642
|
markup: Function.markup, html: Function.html, css: Function.css, js: Function.js, json: JSON, xml: Function.xml, serialize: Function.serialize,
|
|
@@ -1648,7 +1648,6 @@ Symbol.export = {
|
|
|
1648
1648
|
google: Function.google,
|
|
1649
1649
|
body: Function.body,
|
|
1650
1650
|
owl: Function.owl,
|
|
1651
|
-
is: Object.is, parse_url: URL.parse,
|
|
1652
1651
|
asset: Function.asset, theme: Function.theme, template: Function.template,
|
|
1653
1652
|
sitemap: Function.sitemap, "sitemap.xsl": Function ["sitemap.xsl"], "sitemap.xsl:index": Function ["sitemap.xsl:index"],
|
|
1654
1653
|
zero: 0, one: 1,
|